mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	|  0f2d373220 Consistent with other libraries in QEMU, the libdecnumber header files were
placed in include/libdecnumber, separate from the C code.  This is different
from the original libdecnumber source, where they were co-located.
Change the libdecnumber source code so that it reflects this split.  Specifically,
modify directives of the form:
    #include "xxx.h"
to look like:
    #include "libdecnumber/xxx.h"
Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de> | ||
|---|---|---|
| .. | ||
| decimal32.h | ||
| decimal64.h | ||
| decimal128.h | ||
| decimal128Local.h | ||