diff options
Diffstat (limited to 'gcc/dfp.c')
-rw-r--r-- | gcc/dfp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/dfp.c b/gcc/dfp.c index 34386eb8586..d6d9090191e 100644 --- a/gcc/dfp.c +++ b/gcc/dfp.c @@ -22,18 +22,14 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" -#include "tm_p.h" -#include "alias.h" #include "dfp.h" /* The order of the following headers is important for making sure decNumber structure is large enough to hold decimal128 digits. */ #include "decimal128.h" -#include "decimal128Local.h" #include "decimal64.h" #include "decimal32.h" -#include "decNumber.h" #ifndef WORDS_BIGENDIAN #define WORDS_BIGENDIAN 0 |