diff options
Diffstat (limited to 'gcc/config/msp430/msp430-c.c')
-rw-r--r-- | gcc/config/msp430/msp430-c.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/config/msp430/msp430-c.c b/gcc/config/msp430/msp430-c.c index 6e7cfa23412..036050c2c7c 100644 --- a/gcc/config/msp430/msp430-c.c +++ b/gcc/config/msp430/msp430-c.c @@ -22,6 +22,15 @@ #include "system.h" #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" #include "msp430-protos.h" |