diff options
Diffstat (limited to 'gcc/c/c-parser.c')
-rw-r--r-- | gcc/c/c-parser.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c index dd4434d..2484b92 100644 --- a/gcc/c/c-parser.c +++ b/gcc/c/c-parser.c @@ -40,18 +40,14 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "target.h" #include "function.h" -#include "tree.h" -#include "c-family/c-common.h" #include "c-tree.h" #include "timevar.h" #include "stringpool.h" #include "cgraph.h" -#include "flags.h" #include "attribs.h" #include "stor-layout.h" #include "varasm.h" #include "trans-mem.h" -#include "langhooks.h" #include "c-family/c-pragma.h" #include "c-lang.h" #include "c-family/c-objc.h" |