diff options
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/c-array-notation.c | 9 | ||||
-rw-r--r-- | gcc/c/c-aux-info.c | 8 | ||||
-rw-r--r-- | gcc/c/c-convert.c | 8 | ||||
-rw-r--r-- | gcc/c/c-decl.c | 9 | ||||
-rw-r--r-- | gcc/c/c-errors.c | 8 | ||||
-rw-r--r-- | gcc/c/c-lang.c | 8 | ||||
-rw-r--r-- | gcc/c/c-objc-common.c | 10 | ||||
-rw-r--r-- | gcc/c/c-parser.c | 10 | ||||
-rw-r--r-- | gcc/c/c-typeck.c | 11 |
9 files changed, 79 insertions, 2 deletions
diff --git a/gcc/c/c-array-notation.c b/gcc/c/c-array-notation.c index 243057e1b73..c77e751d093 100644 --- a/gcc/c/c-array-notation.c +++ b/gcc/c/c-array-notation.c @@ -68,6 +68,15 @@ #include "config.h" #include "system.h" #include "coretypes.h" +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "machmode.h" +#include "flags.h" +#include "inchash.h" #include "tree.h" #include "c-tree.h" #include "gimple-expr.h" diff --git a/gcc/c/c-aux-info.c b/gcc/c/c-aux-info.c index 165979c557d..fcefcae2fd5 100644 --- a/gcc/c/c-aux-info.c +++ b/gcc/c/c-aux-info.c @@ -25,6 +25,14 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "flags.h" +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "machmode.h" +#include "inchash.h" #include "tree.h" #include "c-tree.h" diff --git a/gcc/c/c-convert.c b/gcc/c/c-convert.c index c0da134ee80..2cb53f748d6 100644 --- a/gcc/c/c-convert.c +++ b/gcc/c/c-convert.c @@ -27,6 +27,14 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "machmode.h" +#include "inchash.h" #include "tree.h" #include "flags.h" #include "convert.h" diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c index 40f9a4e56c4..b9424b5f154 100644 --- a/gcc/c/c-decl.c +++ b/gcc/c/c-decl.c @@ -30,7 +30,16 @@ along with GCC; see the file COPYING3. If not see #include "input.h" #include "tm.h" #include "intl.h" +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "machmode.h" +#include "inchash.h" #include "tree.h" +#include "fold-const.h" #include "print-tree.h" #include "stor-layout.h" #include "varasm.h" diff --git a/gcc/c/c-errors.c b/gcc/c/c-errors.c index dc4932e29db..78c3dfd3b27 100644 --- a/gcc/c/c-errors.c +++ b/gcc/c/c-errors.c @@ -22,6 +22,14 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "machmode.h" +#include "inchash.h" #include "tree.h" #include "c-tree.h" #include "tm_p.h" diff --git a/gcc/c/c-lang.c b/gcc/c/c-lang.c index 2719d528e4c..1d572854b1f 100644 --- a/gcc/c/c-lang.c +++ b/gcc/c/c-lang.c @@ -22,8 +22,14 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "inchash.h" #include "tree.h" -#include "fold-const.h" #include "c-tree.h" #include "c-family/c-common.h" #include "langhooks.h" diff --git a/gcc/c/c-objc-common.c b/gcc/c/c-objc-common.c index 282d9dd9ed5..344d4e2949c 100644 --- a/gcc/c/c-objc-common.c +++ b/gcc/c/c-objc-common.c @@ -20,11 +20,19 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "machmode.h" +#include "flags.h" +#include "inchash.h" #include "tree.h" #include "c-tree.h" #include "intl.h" #include "c-family/c-pretty-print.h" -#include "flags.h" #include "diagnostic.h" #include "tree-pretty-print.h" #include "langhooks.h" diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c index 4b1f81ee87a..d3094656208 100644 --- a/gcc/c/c-parser.c +++ b/gcc/c/c-parser.c @@ -39,7 +39,17 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" /* For rtl.h: needs enum reg_class. */ +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "machmode.h" +#include "flags.h" +#include "inchash.h" #include "tree.h" +#include "fold-const.h" #include "stringpool.h" #include "attribs.h" #include "stor-layout.h" diff --git a/gcc/c/c-typeck.c b/gcc/c/c-typeck.c index 38ba9b8ede6..a851c8d271d 100644 --- a/gcc/c/c-typeck.c +++ b/gcc/c/c-typeck.c @@ -27,7 +27,18 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "machmode.h" +#include "inchash.h" +#include "real.h" +#include "fixed-value.h" #include "tree.h" +#include "fold-const.h" #include "stor-layout.h" #include "trans-mem.h" #include "varasm.h" |