diff options
Diffstat (limited to 'gcc/c/c-parser.c')
-rw-r--r-- | gcc/c/c-parser.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c index 4b1f81e..d309465 100644 --- a/gcc/c/c-parser.c +++ b/gcc/c/c-parser.c @@ -39,7 +39,17 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" /* For rtl.h: needs enum reg_class. */ +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "machmode.h" +#include "flags.h" +#include "inchash.h" #include "tree.h" +#include "fold-const.h" #include "stringpool.h" #include "attribs.h" #include "stor-layout.h" |