diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-12-30 07:59:51 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-12-30 07:59:51 -0500 |
commit | e14417facf125757d679e6a0c9f932f41f8287b7 (patch) | |
tree | 6e28f4d926fbfb5ba217301a730c1d8137f7d2ad /gcc | |
parent | a00b8dfa627a1c9bbb422cfd3fe4c47b03929dcf (diff) | |
download | gcc-e14417facf125757d679e6a0c9f932f41f8287b7.zip gcc-e14417facf125757d679e6a0c9f932f41f8287b7.tar.gz gcc-e14417facf125757d679e6a0c9f932f41f8287b7.tar.bz2 |
Include output.h.
From-SVN: r8712
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-decl.c | 1 | ||||
-rw-r--r-- | gcc/c-typeck.c | 1 | ||||
-rw-r--r-- | gcc/toplev.c | 7 |
3 files changed, 5 insertions, 4 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 8feae27..e343779 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -28,6 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "config.h" #include "tree.h" #include "flags.h" +#include "output.h" #include "c-tree.h" #include "c-lex.h" #include <stdio.h> diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index d31e186..b295be7 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -32,6 +32,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "tree.h" #include "c-tree.h" #include "flags.h" +#include "output.h" /* Nonzero if we've already printed a "missing braces around initializer" message within this initializer. */ diff --git a/gcc/toplev.c b/gcc/toplev.c index 22c8380..82bcda4 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -55,18 +55,17 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "input.h" #include "tree.h" -/* #include "c-tree.h" */ #include "rtl.h" #include "flags.h" #include "insn-attr.h" #include "defaults.h" +#include "output.h" +#include "bytecode.h" +#include "bc-emit.h" #ifdef XCOFF_DEBUGGING_INFO #include "xcoffout.h" #endif - -#include "bytecode.h" -#include "bc-emit.h" #ifdef VMS /* The extra parameters substantially improve the I/O performance. */ |