From: Richard Kenner Date: Fri, 30 Dec 1994 12:59:51 +0000 (-0500) Subject: Include output.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e14417facf125757d679e6a0c9f932f41f8287b7;p=gcc.git Include output.h. From-SVN: r8712 --- diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 8feae27b8c7..e343779901a 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 diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index d31e1861901..b295be74fc3 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 22c83805e31..82bcda447d6 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. */