diff options
Diffstat (limited to 'gcc/c/c-lang.c')
-rw-r--r-- | gcc/c/c-lang.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/c/c-lang.c b/gcc/c/c-lang.c index d3c266f3416..9728a4797e4 100644 --- a/gcc/c/c-lang.c +++ b/gcc/c/c-lang.c @@ -23,13 +23,11 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "tree.h" -#include "alias.h" -#include "c-tree.h" #include "c-family/c-common.h" +#include "c-tree.h" #include "langhooks.h" #include "langhooks-def.h" #include "tree-inline.h" -#include "diagnostic-core.h" #include "c-objc-common.h" #include "c-family/c-pragma.h" |