diff options
Diffstat (limited to 'gcc/c-family')
-rw-r--r-- | gcc/c-family/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/c-family/c-ada-spec.c | 1 | ||||
-rw-r--r-- | gcc/c-family/c-lex.c | 2 | ||||
-rw-r--r-- | gcc/c-family/c-pch.c | 2 | ||||
-rw-r--r-- | gcc/c-family/c-semantics.c | 1 |
5 files changed, 7 insertions, 4 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 14123313dce..a5b9c1f8660 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,8 @@ +2012-05-31 Steven Bosscher <steven@gcc.gnu.org> + + * c-ada-spec.c: Do not include output.h. + * c-semantics.c: Likewise. + 2012-05-29 Joseph Myers <joseph@codesourcery.com> * c-common.c: Fix typo. diff --git a/gcc/c-family/c-ada-spec.c b/gcc/c-family/c-ada-spec.c index c6666675ccc..8946624be23 100644 --- a/gcc/c-family/c-ada-spec.c +++ b/gcc/c-family/c-ada-spec.c @@ -25,7 +25,6 @@ along with GCC; see the file COPYING3. If not see #include "tm.h" #include "tree.h" #include "tree-pass.h" /* For TDI_ada and friends. */ -#include "output.h" #include "c-ada-spec.h" #include "cpplib.h" #include "c-pragma.h" diff --git a/gcc/c-family/c-lex.c b/gcc/c-family/c-lex.c index b122dab3086..d9bd823fde2 100644 --- a/gcc/c-family/c-lex.c +++ b/gcc/c-family/c-lex.c @@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "input.h" -#include "output.h" +#include "output.h" /* for asm_out_file */ #include "c-common.h" #include "flags.h" #include "timevar.h" diff --git a/gcc/c-family/c-pch.c b/gcc/c-family/c-pch.c index 8d34e0949d5..091f58a6cff 100644 --- a/gcc/c-family/c-pch.c +++ b/gcc/c-family/c-pch.c @@ -26,7 +26,7 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "flags.h" #include "c-common.h" -#include "output.h" +#include "output.h" /* for asm_out_file */ #include "debug.h" #include "c-pragma.h" #include "ggc.h" diff --git a/gcc/c-family/c-semantics.c b/gcc/c-family/c-semantics.c index cb0f2be314e..1a21ec17f83 100644 --- a/gcc/c-family/c-semantics.c +++ b/gcc/c-family/c-semantics.c @@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see #include "splay-tree.h" #include "c-common.h" #include "flags.h" -#include "output.h" #include "tree-iterator.h" /* Create an empty statement tree rooted at T. */ |