diff options
Diffstat (limited to 'gcc/c/c-decl.c')
-rw-r--r-- | gcc/c/c-decl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index 383f0a766bf..8b02877c722 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -29,9 +29,8 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "intl.h" -#include "symtab.h" -#include "alias.h" #include "tree.h" +#include "alias.h" #include "fold-const.h" #include "print-tree.h" #include "stor-layout.h" |