diff options
Diffstat (limited to 'gcc/c/c-decl.c')
-rw-r--r-- | gcc/c/c-decl.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index 40f9a4e..b9424b5 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -30,7 +30,16 @@ along with GCC; see the file COPYING3. If not see #include "input.h" #include "tm.h" #include "intl.h" +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "machmode.h" +#include "inchash.h" #include "tree.h" +#include "fold-const.h" #include "print-tree.h" #include "stor-layout.h" #include "varasm.h" |