diff options
Diffstat (limited to 'gcc/config/default-c.c')
-rw-r--r-- | gcc/config/default-c.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/config/default-c.c b/gcc/config/default-c.c index 7570c985712..549382248df 100644 --- a/gcc/config/default-c.c +++ b/gcc/config/default-c.c @@ -21,6 +21,16 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "c-family/c-target.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 "options.h" +#include "wide-int.h" +#include "inchash.h" #include "c-family/c-target-def.h" /* Do not include tm.h or tm_p.h here; if it is useful for a target to |