diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2015-10-29 15:27:20 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2015-10-29 15:27:20 +0000 |
commit | 2adfab879c7aa3a78bb78efa09f9ca41603b0f99 (patch) | |
tree | c5d5f7802e57c91a4c30496f661ed9a0510c09b2 /gcc/c-family | |
parent | b05eab9dc56ac179dd59c3c5cba7931c9ec4ff23 (diff) | |
download | gcc-2adfab879c7aa3a78bb78efa09f9ca41603b0f99.zip gcc-2adfab879c7aa3a78bb78efa09f9ca41603b0f99.tar.gz gcc-2adfab879c7aa3a78bb78efa09f9ca41603b0f99.tar.bz2 |
decl.c: Reorder #include's and remove duplicates.
ada
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* gcc-interface/decl.c: Reorder #include's and remove duplicates.
* gcc-interface/misc.c: Likewise.
* gcc-interface/targtyps.c: Likewise.
* gcc-interface/trans.c: Likewise.
* gcc-interface/utils.c: Likewise.
c
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* c-array-notation.c: Reorder #include's and remove duplicates.
* c-aux-info.c: Likewise.
* c-convert.c: Likewise.
* c-decl.c: Likewise.
* c-errors.c: Likewise.
* c-lang.c: Likewise.
* c-objc-common.c: Likewise.
* c-parser.c: Likewise.
* c-typeck.c: Likewise.
c-family
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* array-notation-common.c: Reorder #include's and remove duplicates.
* c-ada-spec.c: Likewise.
* c-cilkplus.c: Likewise.
* c-common.c: Likewise.
* c-cppbuiltin.c: Likewise.
* c-dump.c: Likewise.
* c-format.c: Likewise.
* c-gimplify.c: Likewise.
* c-indentation.c: Likewise.
* c-lex.c: Likewise.
* c-omp.c: Likewise.
* c-opts.c: Likewise.
* c-pch.c: Likewise.
* c-ppoutput.c: Likewise.
* c-pragma.c: Likewise.
* c-pretty-print.c: Likewise.
* c-semantics.c: Likewise.
* c-ubsan.c: Likewise.
* cilk.c: Likewise.
* stub-objc.c: Likewise.
cp
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* call.c: Reorder #include's and remove duplicates.
* class.c: Likewise.
* constexpr.c: Likewise.
* cp-array-notation.c: Likewise.
* cp-cilkplus.c: Likewise.
* cp-gimplify.c: Likewise.
* cp-lang.c: Likewise.
* cp-objcp-common.c: Likewise.
* cp-ubsan.c: Likewise.
* cvt.c: Likewise.
* cxx-pretty-print.c: Likewise.
* decl.c: Likewise.
* decl2.c: Likewise.
* dump.c: Likewise.
* error.c: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* friend.c: Likewise.
* init.c: Likewise.
* lambda.c: Likewise.
* lex.c: Likewise.
* mangle.c: Likewise.
* method.c: Likewise.
* name-lookup.c: Likewise.
* optimize.c: Likewise.
* parser.c: Likewise.
* pt.c: Likewise.
* ptree.c: Likewise.
* repo.c: Likewise.
* rtti.c: Likewise.
* search.c: Likewise.
* semantics.c: Likewise.
* tree.c: Likewise.
* typeck.c: Likewise.
* typeck2.c: Likewise.
* vtable-class-hierarchy.c: Likewise.
fortran
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* array.c: Reorder #include's and remove duplicates.
* convert.c: Likewise.
* cpp.c: Likewise.
* decl.c: Likewise.
* f95-lang.c: Likewise.
* frontend-passes.c: Likewise.
* iresolve.c: Likewise.
* match.c: Likewise.
* module.c: Likewise.
* options.c: Likewise.
* parse.c: Likewise.
* resolve.c: Likewise.
* simplify.c: Likewise.
* target-memory.c: Likewise.
* trans-array.c: Likewise.
* trans-common.c: Likewise.
* trans-const.c: Likewise.
* trans-decl.c: Likewise.
* trans-expr.c: Likewise.
* trans-intrinsic.c: Likewise.
* trans-io.c: Likewise.
* trans-openmp.c: Likewise.
* trans-stmt.c: Likewise.
* trans-types.c: Likewise.
* trans.c: Likewise.
go
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* go-backend.c: Reorder #include's and remove duplicates.
* go-lang.c: Likewise.
java
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* boehm.c: Reorder #include's and remove duplicates.
* builtins.c: Likewise.
* class.c: Likewise.
* constants.c: Likewise.
* decl.c: Likewise.
* except.c: Likewise.
* expr.c: Likewise.
* java-gimplify.c: Likewise.
* jcf-dump.c: Likewise.
* jcf-io.c: Likewise.
* jcf-parse.c: Likewise.
* jvgenmain.c: Likewise.
* lang.c: Likewise.
* mangle.c: Likewise.
* mangle_name.c: Likewise.
* resource.c: Likewise.
* typeck.c: Likewise.
* verify-glue.c: Likewise.
* verify-impl.c: Likewise.
jit
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* dummy-frontend.c: Reorder #include's and remove duplicates.
* jit-builtins.c: Likewise.
* jit-playback.c: Likewise.
* jit-recording.c: Likewise.
* libgccjit.c: Likewise.
lto
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* lto-lang.c: Reorder #include's and remove duplicates.
* lto-object.c: Likewise.
* lto-partition.c: Likewise.
* lto-symtab.c: Likewise.
* lto.c: Likewise.
objc
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* objc-lang.c: Reorder #include's and remove duplicates.
* objc-map.c: Likewise.
objcp
2015-10-29 Andrew MacLeod <amacleod@redhat.com>
* objcp-decl.c: Reorder #include's and remove duplicates.
* objcp-lang.c: Likewise.
From-SVN: r229533
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/ChangeLog | 23 | ||||
-rw-r--r-- | gcc/c-family/array-notation-common.c | 6 | ||||
-rw-r--r-- | gcc/c-family/c-ada-spec.c | 5 | ||||
-rw-r--r-- | gcc/c-family/c-cilkplus.c | 4 | ||||
-rw-r--r-- | gcc/c-family/c-common.c | 23 | ||||
-rw-r--r-- | gcc/c-family/c-cppbuiltin.c | 11 | ||||
-rw-r--r-- | gcc/c-family/c-dump.c | 4 | ||||
-rw-r--r-- | gcc/c-family/c-format.c | 9 | ||||
-rw-r--r-- | gcc/c-family/c-gimplify.c | 11 | ||||
-rw-r--r-- | gcc/c-family/c-indentation.c | 4 | ||||
-rw-r--r-- | gcc/c-family/c-lex.c | 11 | ||||
-rw-r--r-- | gcc/c-family/c-omp.c | 4 | ||||
-rw-r--r-- | gcc/c-family/c-opts.c | 8 | ||||
-rw-r--r-- | gcc/c-family/c-pch.c | 9 | ||||
-rw-r--r-- | gcc/c-family/c-ppoutput.c | 6 | ||||
-rw-r--r-- | gcc/c-family/c-pragma.c | 20 | ||||
-rw-r--r-- | gcc/c-family/c-pretty-print.c | 8 | ||||
-rw-r--r-- | gcc/c-family/c-semantics.c | 9 | ||||
-rw-r--r-- | gcc/c-family/c-ubsan.c | 10 | ||||
-rw-r--r-- | gcc/c-family/cilk.c | 17 | ||||
-rw-r--r-- | gcc/c-family/stub-objc.c | 2 |
21 files changed, 99 insertions, 105 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index fb017fa..54e75d0 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,26 @@ +2015-10-29 Andrew MacLeod <amacleod@redhat.com> + + * array-notation-common.c: Reorder #include's and remove duplicates. + * c-ada-spec.c: Likewise. + * c-cilkplus.c: Likewise. + * c-common.c: Likewise. + * c-cppbuiltin.c: Likewise. + * c-dump.c: Likewise. + * c-format.c: Likewise. + * c-gimplify.c: Likewise. + * c-indentation.c: Likewise. + * c-lex.c: Likewise. + * c-omp.c: Likewise. + * c-opts.c: Likewise. + * c-pch.c: Likewise. + * c-ppoutput.c: Likewise. + * c-pragma.c: Likewise. + * c-pretty-print.c: Likewise. + * c-semantics.c: Likewise. + * c-ubsan.c: Likewise. + * cilk.c: Likewise. + * stub-objc.c: Likewise. + 2015-10-28 Jason Merrill <jason@redhat.com> * c-common.c (pointer_int_sum): Fold the MULT_EXPR. diff --git a/gcc/c-family/array-notation-common.c b/gcc/c-family/array-notation-common.c index 6b55747..960b207 100644 --- a/gcc/c-family/array-notation-common.c +++ b/gcc/c-family/array-notation-common.c @@ -24,13 +24,11 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "alias.h" -#include "tree.h" #include "options.h" +#include "tree.h" +#include "c-family/c-common.h" #include "langhooks.h" #include "tree-iterator.h" -#include "c-family/c-common.h" -#include "diagnostic-core.h" /* Returns true if the function call in FNDECL is __sec_implicit_index. */ diff --git a/gcc/c-family/c-ada-spec.c b/gcc/c-family/c-ada-spec.c index 3a1ffe6..cf4c6e9 100644 --- a/gcc/c-family/c-ada-spec.c +++ b/gcc/c-family/c-ada-spec.c @@ -23,12 +23,11 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" #include "tree.h" -#include "options.h" +#include "c-ada-spec.h" +#include "alias.h" #include "fold-const.h" #include "dumpfile.h" -#include "c-ada-spec.h" #include "cpplib.h" #include "c-pragma.h" #include "cpp-id-data.h" diff --git a/gcc/c-family/c-cilkplus.c b/gcc/c-family/c-cilkplus.c index f402d0d..6042462 100644 --- a/gcc/c-family/c-cilkplus.c +++ b/gcc/c-family/c-cilkplus.c @@ -23,10 +23,10 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "alias.h" -#include "tree.h" #include "options.h" +#include "tree.h" #include "c-common.h" +#include "alias.h" /* Validate the body of a _Cilk_for construct or a <#pragma simd> for loop. diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index f957018..902b662 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -22,37 +22,32 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "target.h" +#include "function.h" +#include "obstack.h" +#include "tree.h" #include "c-common.h" -#include "tm.h" +#include "gimple-expr.h" +#include "tm_p.h" +#include "stringpool.h" +#include "cgraph.h" +#include "diagnostic.h" #include "intl.h" -#include "tree.h" -#include "fold-const.h" #include "stor-layout.h" #include "calls.h" -#include "stringpool.h" #include "attribs.h" #include "varasm.h" #include "trans-mem.h" #include "flags.h" #include "c-pragma.h" #include "c-objc.h" -#include "tm_p.h" -#include "obstack.h" -#include "cpplib.h" -#include "target.h" #include "common/common-target.h" #include "langhooks.h" #include "tree-inline.h" #include "toplev.h" -#include "diagnostic.h" #include "tree-iterator.h" #include "opts.h" -#include "hard-reg-set.h" -#include "function.h" -#include "cgraph.h" #include "gimplify.h" -#include "wide-int-print.h" -#include "gimple-expr.h" cpp_reader *parse_in; /* Declared in c-pragma.h. */ diff --git a/gcc/c-family/c-cppbuiltin.c b/gcc/c-family/c-cppbuiltin.c index c6c3d6b..f729787 100644 --- a/gcc/c-family/c-cppbuiltin.c +++ b/gcc/c-family/c-cppbuiltin.c @@ -20,19 +20,18 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "alias.h" +#include "target.h" #include "tree.h" -#include "stor-layout.h" +#include "c-common.h" +#include "tm_p.h" /* For TARGET_CPU_CPP_BUILTINS & friends. */ #include "stringpool.h" +#include "alias.h" +#include "stor-layout.h" #include "version.h" #include "flags.h" -#include "c-common.h" #include "c-pragma.h" #include "output.h" /* For user_label_prefix. */ #include "debug.h" /* For dwarf2out_do_cfi_asm. */ -#include "tm_p.h" /* For TARGET_CPU_CPP_BUILTINS & friends. */ -#include "target.h" #include "common/common-target.h" #include "cpp-id-data.h" #include "cppbuiltin.h" diff --git a/gcc/c-family/c-dump.c b/gcc/c-family/c-dump.c index 6ff9552..5cebcb9 100644 --- a/gcc/c-family/c-dump.c +++ b/gcc/c-family/c-dump.c @@ -22,10 +22,10 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" #include "tree.h" -#include "tree-dump.h" #include "c-common.h" +#include "alias.h" +#include "tree-dump.h" /* Dump any C-specific tree codes and attributes of common codes. */ diff --git a/gcc/c-family/c-format.c b/gcc/c-family/c-format.c index d358098..c309a54 100644 --- a/gcc/c-family/c-format.c +++ b/gcc/c-family/c-format.c @@ -21,18 +21,17 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" +#include "c-target.h" #include "tree.h" +#include "c-common.h" +#include "alloc-pool.h" #include "stringpool.h" +#include "alias.h" #include "flags.h" -#include "c-common.h" #include "c-objc.h" #include "intl.h" -#include "diagnostic-core.h" #include "langhooks.h" #include "c-format.h" -#include "alloc-pool.h" -#include "c-target.h" /* Handle attributes associated with format checking. */ diff --git a/gcc/c-family/c-gimplify.c b/gcc/c-family/c-gimplify.c index 92987b5..c67db88 100644 --- a/gcc/c-family/c-gimplify.c +++ b/gcc/c-family/c-gimplify.c @@ -28,24 +28,23 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "function.h" -#include "predict.h" #include "basic-block.h" +#include "hard-reg-set.h" #include "tree.h" +#include "c-common.h" #include "gimple.h" -#include "hard-reg-set.h" +#include "predict.h" +#include "cgraph.h" +#include "c-pretty-print.h" #include "alias.h" #include "fold-const.h" -#include "c-common.h" #include "internal-fn.h" #include "gimplify.h" #include "tree-inline.h" -#include "diagnostic-core.h" #include "langhooks.h" #include "langhooks-def.h" #include "flags.h" #include "dumpfile.h" -#include "c-pretty-print.h" -#include "cgraph.h" #include "cilk.h" #include "c-ubsan.h" diff --git a/gcc/c-family/c-indentation.c b/gcc/c-family/c-indentation.c index 5b119f7..a525e9a 100644 --- a/gcc/c-family/c-indentation.c +++ b/gcc/c-family/c-indentation.c @@ -21,11 +21,11 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" #include "tree.h" +#include "c-common.h" #include "stringpool.h" +#include "alias.h" #include "stor-layout.h" -#include "c-common.h" #include "c-indentation.h" extern cpp_options *cpp_opts; diff --git a/gcc/c-family/c-lex.c b/gcc/c-family/c-lex.c index c69f4a6..ae16cfc 100644 --- a/gcc/c-family/c-lex.c +++ b/gcc/c-family/c-lex.c @@ -20,20 +20,17 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "alias.h" +#include "target.h" #include "tree.h" +#include "c-common.h" +#include "timevar.h" #include "stringpool.h" +#include "alias.h" #include "stor-layout.h" -#include "c-common.h" #include "flags.h" -#include "timevar.h" -#include "cpplib.h" #include "c-pragma.h" #include "intl.h" -#include "splay-tree.h" #include "debug.h" -#include "target.h" #include "attribs.h" diff --git a/gcc/c-family/c-omp.c b/gcc/c-family/c-omp.c index 93bff2e..133d079 100644 --- a/gcc/c-family/c-omp.c +++ b/gcc/c-family/c-omp.c @@ -25,11 +25,11 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" #include "tree.h" #include "c-common.h" -#include "c-pragma.h" #include "gimple-expr.h" +#include "alias.h" +#include "c-pragma.h" #include "langhooks.h" #include "omp-low.h" #include "gomp-constants.h" diff --git a/gcc/c-family/c-opts.c b/gcc/c-family/c-opts.c index bf2e6b0..e42b7ae 100644 --- a/gcc/c-family/c-opts.c +++ b/gcc/c-family/c-opts.c @@ -22,14 +22,16 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" +#include "c-target.h" #include "tree.h" #include "c-common.h" +#include "tm_p.h" /* For C_COMMON_OVERRIDE_OPTIONS. */ +#include "diagnostic.h" +#include "alias.h" #include "c-pragma.h" #include "flags.h" #include "toplev.h" #include "langhooks.h" -#include "diagnostic.h" #include "tree-diagnostic.h" /* for virt_loc_aware_diagnostic_finalizer */ #include "intl.h" #include "cppdefault.h" @@ -38,8 +40,6 @@ along with GCC; see the file COPYING3. If not see #include "opts.h" #include "plugin.h" /* For PLUGIN_INCLUDE_FILE event. */ #include "mkdeps.h" -#include "c-target.h" -#include "tm_p.h" /* For C_COMMON_OVERRIDE_OPTIONS. */ #include "dumpfile.h" #ifndef DOLLARS_IN_IDENTIFIERS diff --git a/gcc/c-family/c-pch.c b/gcc/c-family/c-pch.c index b433e71..fa256e4 100644 --- a/gcc/c-family/c-pch.c +++ b/gcc/c-family/c-pch.c @@ -20,20 +20,19 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "target.h" +#include "tree.h" +#include "c-common.h" +#include "timevar.h" #include "version.h" #include "cpplib.h" -#include "options.h" #include "alias.h" -#include "tree.h" #include "flags.h" -#include "c-common.h" #include "debug.h" #include "c-pragma.h" #include "langhooks.h" #include "hosthooks.h" -#include "target.h" #include "opts.h" -#include "timevar.h" /* This is a list of flag variables that must match exactly, and their names for the error message. The possible values for *flag_var must diff --git a/gcc/c-family/c-ppoutput.c b/gcc/c-family/c-ppoutput.c index 0855554..6502248 100644 --- a/gcc/c-family/c-ppoutput.c +++ b/gcc/c-family/c-ppoutput.c @@ -19,12 +19,12 @@ #include "config.h" #include "system.h" #include "coretypes.h" +#include "options.h" +#include "tree.h" +#include "c-common.h" /* For flags. */ #include "cpplib.h" #include "../libcpp/internal.h" #include "alias.h" -#include "tree.h" -#include "options.h" -#include "c-common.h" /* For flags. */ #include "c-pragma.h" /* For parse_in. */ /* Encapsulates state used to convert a stream of tokens into a text diff --git a/gcc/c-family/c-pragma.c b/gcc/c-family/c-pragma.c index 834a916..d99c2af 100644 --- a/gcc/c-family/c-pragma.c +++ b/gcc/c-family/c-pragma.c @@ -20,28 +20,22 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "alias.h" +#include "target.h" +#include "function.h" /* For cfun. */ #include "tree.h" -#include "options.h" +#include "c-common.h" +#include "tm_p.h" /* For REGISTER_TARGET_PRAGMAS. */ #include "stringpool.h" +#include "cgraph.h" +#include "diagnostic.h" +#include "alias.h" #include "attribs.h" #include "varasm.h" -#include "hard-reg-set.h" -#include "function.h" /* For cfun. FIXME: Does the parser know - when it is inside a function, so that - we don't have to look at cfun? */ #include "cpplib.h" #include "c-pragma.h" #include "flags.h" -#include "c-common.h" -#include "tm_p.h" /* For REGISTER_TARGET_PRAGMAS (why is - this not a target hook?). */ -#include "target.h" -#include "diagnostic.h" #include "opts.h" #include "plugin.h" -#include "cgraph.h" #define GCC_BAD(gmsgid) \ do { warning (OPT_Wpragmas, gmsgid); return; } while (0) diff --git a/gcc/c-family/c-pretty-print.c b/gcc/c-family/c-pretty-print.c index c61c41f..6b439ec 100644 --- a/gcc/c-family/c-pretty-print.c +++ b/gcc/c-family/c-pretty-print.c @@ -22,17 +22,15 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" #include "tree.h" -#include "options.h" +#include "c-pretty-print.h" +#include "diagnostic.h" +#include "alias.h" #include "stor-layout.h" #include "attribs.h" #include "intl.h" -#include "c-pretty-print.h" #include "tree-pretty-print.h" #include "tree-iterator.h" -#include "diagnostic.h" -#include "wide-int-print.h" /* The pretty-printer code is primarily designed to closely follow (GNU) C and C++ grammars. That is to be contrasted with spaghetti diff --git a/gcc/c-family/c-semantics.c b/gcc/c-family/c-semantics.c index cea2354..e481f96 100644 --- a/gcc/c-family/c-semantics.c +++ b/gcc/c-family/c-semantics.c @@ -22,13 +22,12 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" -#include "alias.h" -#include "tree.h" -#include "options.h" -#include "hard-reg-set.h" #include "function.h" -#include "splay-tree.h" +#include "hard-reg-set.h" +#include "tree.h" #include "c-common.h" +#include "alias.h" +#include "splay-tree.h" #include "flags.h" #include "tree-iterator.h" diff --git a/gcc/c-family/c-ubsan.c b/gcc/c-family/c-ubsan.c index 672762c..f35e8eb 100644 --- a/gcc/c-family/c-ubsan.c +++ b/gcc/c-family/c-ubsan.c @@ -21,18 +21,16 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "alias.h" -#include "tree.h" -#include "options.h" -#include "alloc-pool.h" #include "tm.h" -#include "hard-reg-set.h" #include "function.h" +#include "hard-reg-set.h" +#include "tree.h" +#include "c-family/c-common.h" +#include "alloc-pool.h" #include "cgraph.h" #include "output.h" #include "toplev.h" #include "ubsan.h" -#include "c-family/c-common.h" #include "c-family/c-ubsan.h" #include "asan.h" #include "internal-fn.h" diff --git a/gcc/c-family/cilk.c b/gcc/c-family/cilk.c index 1c316a4..3ab7f4e 100644 --- a/gcc/c-family/cilk.c +++ b/gcc/c-family/cilk.c @@ -23,24 +23,21 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "alias.h" +#include "tm.h" +#include "function.h" +#include "hard-reg-set.h" #include "tree.h" -#include "options.h" -#include "fold-const.h" +#include "c-family/c-common.h" +#include "gimple-expr.h" #include "stringpool.h" +#include "cgraph.h" +#include "diagnostic.h" #include "langhooks.h" -#include "gimple-expr.h" #include "gimplify.h" #include "tree-iterator.h" #include "tree-inline.h" -#include "c-family/c-common.h" #include "toplev.h" -#include "tm.h" -#include "hard-reg-set.h" -#include "function.h" #include "calls.h" -#include "cgraph.h" -#include "diagnostic.h" #include "cilk.h" enum add_variable_type { diff --git a/gcc/c-family/stub-objc.c b/gcc/c-family/stub-objc.c index fb6037b..4aa2f4d 100644 --- a/gcc/c-family/stub-objc.c +++ b/gcc/c-family/stub-objc.c @@ -22,9 +22,9 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "alias.h" #include "tree.h" #include "c-common.h" +#include "alias.h" #include "c-objc.h" tree |