diff options
Diffstat (limited to 'gcc/c/c-convert.c')
-rw-r--r-- | gcc/c/c-convert.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/c/c-convert.c b/gcc/c/c-convert.c index aa8427b0fb6..f023de92438 100644 --- a/gcc/c/c-convert.c +++ b/gcc/c/c-convert.c @@ -27,9 +27,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 "flags.h" #include "convert.h" #include "c-family/c-common.h" |