diff options
author | Tom Musta <tommusta@gmail.com> | 2014-04-21 15:54:46 -0500 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-06-16 13:24:28 +0200 |
commit | f5d7f1464692433fc0ff2c3418ef9ad3e14d3a3d (patch) | |
tree | 4afbe201b07d12b608c8dd12f6482dd463660390 /include/libdecnumber/decDPD.h | |
parent | 72ac97cdfc0592b567cb62582300c0d707701bb1 (diff) | |
download | qemu-f5d7f1464692433fc0ff2c3418ef9ad3e14d3a3d.zip |
libdecnumber: Eliminate #include *Symbols.h
The various *Symbols.h files were not copied from the original GCC libdecnumber
library; they are not necessary for use in QEMU. Remove all instances of
#include "*Symbols.h"
Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'include/libdecnumber/decDPD.h')
-rw-r--r-- | include/libdecnumber/decDPD.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libdecnumber/decDPD.h b/include/libdecnumber/decDPD.h index 3cc1d63413..26a21ec8ed 100644 --- a/include/libdecnumber/decDPD.h +++ b/include/libdecnumber/decDPD.h @@ -35,7 +35,6 @@ /* ------------------------------------------------------------------------ */ /* For details, see: http://www2.hursley.ibm.com/decimal/DPDecimal.html */ -#include "decDPDSymbols.h" /* This include file defines several DPD and BCD conversion tables: */ /* */ |