diff options
Diffstat (limited to 'gcc/config/msp430')
-rw-r--r-- | gcc/config/msp430/msp430-c.c | 3 | ||||
-rw-r--r-- | gcc/config/msp430/msp430.c | 5 |
2 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/msp430/msp430-c.c b/gcc/config/msp430/msp430-c.c index 036050c2c7c..2bb9c457293 100644 --- a/gcc/config/msp430/msp430-c.c +++ b/gcc/config/msp430/msp430-c.c @@ -23,13 +23,10 @@ #include "coretypes.h" #include "tm.h" #include "hash-set.h" -#include "machmode.h" #include "vec.h" -#include "double-int.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "wide-int.h" #include "inchash.h" #include "tree.h" #include "c-family/c-common.h" diff --git a/gcc/config/msp430/msp430.c b/gcc/config/msp430/msp430.c index 58d0efea1de..f99cb60a65b 100644 --- a/gcc/config/msp430/msp430.c +++ b/gcc/config/msp430/msp430.c @@ -23,13 +23,10 @@ #include "coretypes.h" #include "tm.h" #include "hash-set.h" -#include "machmode.h" #include "vec.h" -#include "double-int.h" #include "input.h" #include "alias.h" #include "symtab.h" -#include "wide-int.h" #include "inchash.h" #include "tree.h" #include "fold-const.h" @@ -46,8 +43,6 @@ #include "function.h" #include "hashtab.h" #include "statistics.h" -#include "real.h" -#include "fixed-value.h" #include "expmed.h" #include "dojump.h" #include "explow.h" |