diff options
Diffstat (limited to 'gcc/c/c-decl.c')
-rw-r--r-- | gcc/c/c-decl.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index a3d8ead..c58dec6 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -29,11 +29,8 @@ 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 "tm_p.h" #include "stringpool.h" #include "cgraph.h" #include "intl.h" @@ -41,11 +38,8 @@ along with GCC; see the file COPYING3. If not see #include "stor-layout.h" #include "varasm.h" #include "attribs.h" -#include "tree-inline.h" -#include "flags.h" #include "toplev.h" #include "debug.h" -#include "opts.h" #include "c-family/c-objc.h" #include "c-family/c-pragma.h" #include "c-family/c-ubsan.h" @@ -53,7 +47,6 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "tree-iterator.h" #include "dumpfile.h" -#include "langhooks-def.h" #include "plugin.h" #include "c-family/c-ada-spec.h" #include "cilk.h" |