diff options
Diffstat (limited to 'gcc/c/c-lang.c')
-rw-r--r-- | gcc/c/c-lang.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/c/c-lang.c b/gcc/c/c-lang.c index 2719d52..1d57285 100644 --- a/gcc/c/c-lang.c +++ b/gcc/c/c-lang.c @@ -22,8 +22,14 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "inchash.h" #include "tree.h" -#include "fold-const.h" #include "c-tree.h" #include "c-family/c-common.h" #include "langhooks.h" |