diff options
Diffstat (limited to 'gcc/c/c-lang.c')
-rw-r--r-- | gcc/c/c-lang.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c/c-lang.c b/gcc/c/c-lang.c index 327ead2..d3c266f 100644 --- a/gcc/c/c-lang.c +++ b/gcc/c/c-lang.c @@ -22,9 +22,8 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "symtab.h" -#include "alias.h" #include "tree.h" +#include "alias.h" #include "c-tree.h" #include "c-family/c-common.h" #include "langhooks.h" |