diff options
Diffstat (limited to 'gcc/c/c-aux-info.c')
-rw-r--r-- | gcc/c/c-aux-info.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c/c-aux-info.c b/gcc/c/c-aux-info.c index 01e81f92510..510f54139e1 100644 --- a/gcc/c/c-aux-info.c +++ b/gcc/c/c-aux-info.c @@ -25,9 +25,8 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "flags.h" -#include "symtab.h" -#include "alias.h" #include "tree.h" +#include "alias.h" #include "c-tree.h" enum formals_style_enum { |