aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog12
-rw-r--r--gcc/c/c-array-notation.c1
-rw-r--r--gcc/c/c-aux-info.c1
-rw-r--r--gcc/c/c-convert.c1
-rw-r--r--gcc/c/c-decl.c3
-rw-r--r--gcc/c/c-errors.c1
-rw-r--r--gcc/c/c-lang.c1
-rw-r--r--gcc/c/c-objc-common.c1
-rw-r--r--gcc/c/c-parser.c3
-rw-r--r--gcc/c/c-typeck.c2
10 files changed, 12 insertions, 14 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index ae9f862..4bac6e0 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,15 @@
+2015-06-17 Andrew MacLeod <amacleod@redhat.com>
+
+ * c-array-notation.c: Do not include input.h, line-map.h or is-a.h.
+ * 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.
+
2015-06-11 Jan Hubicka <hubicka@ucw.cz>
PR middle-end/66325
diff --git a/gcc/c/c-array-notation.c b/gcc/c/c-array-notation.c
index 682d412..2816680 100644
--- a/gcc/c/c-array-notation.c
+++ b/gcc/c/c-array-notation.c
@@ -69,7 +69,6 @@
#include "system.h"
#include "coretypes.h"
#include "symtab.h"
-#include "input.h"
#include "alias.h"
#include "flags.h"
#include "tree.h"
diff --git a/gcc/c/c-aux-info.c b/gcc/c/c-aux-info.c
index 2cc8d09..01e81f9 100644
--- a/gcc/c/c-aux-info.c
+++ b/gcc/c/c-aux-info.c
@@ -26,7 +26,6 @@ along with GCC; see the file COPYING3. If not see
#include "tm.h"
#include "flags.h"
#include "symtab.h"
-#include "input.h"
#include "alias.h"
#include "tree.h"
#include "c-tree.h"
diff --git a/gcc/c/c-convert.c b/gcc/c/c-convert.c
index e6cba96..aa8427b 100644
--- a/gcc/c/c-convert.c
+++ b/gcc/c/c-convert.c
@@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h"
#include "symtab.h"
-#include "input.h"
#include "alias.h"
#include "tree.h"
#include "flags.h"
diff --git a/gcc/c/c-decl.c b/gcc/c/c-decl.c
index b124feb..fc1fdf9 100644
--- a/gcc/c/c-decl.c
+++ b/gcc/c/c-decl.c
@@ -27,11 +27,9 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "system.h"
#include "coretypes.h"
-#include "input.h"
#include "tm.h"
#include "intl.h"
#include "symtab.h"
-#include "input.h"
#include "alias.h"
#include "tree.h"
#include "fold-const.h"
@@ -61,7 +59,6 @@ along with GCC; see the file COPYING3. If not see
#include "tree-iterator.h"
#include "diagnostic-core.h"
#include "dumpfile.h"
-#include "is-a.h"
#include "plugin-api.h"
#include "ipa-ref.h"
#include "cgraph.h"
diff --git a/gcc/c/c-errors.c b/gcc/c/c-errors.c
index b3e7ee9..1c1a1da 100644
--- a/gcc/c/c-errors.c
+++ b/gcc/c/c-errors.c
@@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h"
#include "symtab.h"
-#include "input.h"
#include "alias.h"
#include "tree.h"
#include "c-tree.h"
diff --git a/gcc/c/c-lang.c b/gcc/c/c-lang.c
index fae024f..327ead2 100644
--- a/gcc/c/c-lang.c
+++ b/gcc/c/c-lang.c
@@ -23,7 +23,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h"
#include "symtab.h"
-#include "input.h"
#include "alias.h"
#include "tree.h"
#include "c-tree.h"
diff --git a/gcc/c/c-objc-common.c b/gcc/c/c-objc-common.c
index 514cc55..0bd3316 100644
--- a/gcc/c/c-objc-common.c
+++ b/gcc/c/c-objc-common.c
@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "symtab.h"
-#include "input.h"
#include "alias.h"
#include "flags.h"
#include "tree.h"
diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c
index 0f6d1c9..e0ab0a1 100644
--- a/gcc/c/c-parser.c
+++ b/gcc/c/c-parser.c
@@ -40,7 +40,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h" /* For rtl.h: needs enum reg_class. */
#include "symtab.h"
-#include "input.h"
#include "alias.h"
#include "flags.h"
#include "tree.h"
@@ -51,7 +50,6 @@ along with GCC; see the file COPYING3. If not see
#include "varasm.h"
#include "trans-mem.h"
#include "langhooks.h"
-#include "input.h"
#include "cpplib.h"
#include "timevar.h"
#include "c-family/c-pragma.h"
@@ -61,7 +59,6 @@ along with GCC; see the file COPYING3. If not see
#include "c-family/c-common.h"
#include "c-family/c-objc.h"
#include "target.h"
-#include "is-a.h"
#include "plugin-api.h"
#include "hard-reg-set.h"
#include "function.h"
diff --git a/gcc/c/c-typeck.c b/gcc/c/c-typeck.c
index 636e0bb..aeb1043 100644
--- a/gcc/c/c-typeck.c
+++ b/gcc/c/c-typeck.c
@@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "tm.h"
#include "symtab.h"
-#include "input.h"
#include "alias.h"
#include "tree.h"
#include "fold-const.h"
@@ -46,7 +45,6 @@ along with GCC; see the file COPYING3. If not see
#include "bitmap.h"
#include "predict.h"
#include "hard-reg-set.h"
-#include "input.h"
#include "function.h"
#include "gimple-expr.h"
#include "gimplify.h"