Include output.h.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 30 Dec 1994 12:59:51 +0000 (07:59 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 30 Dec 1994 12:59:51 +0000 (07:59 -0500)
From-SVN: r8712

gcc/c-decl.c
gcc/c-typeck.c
gcc/toplev.c

index 8feae27b8c7c9bf6b101fd1d7b8671e4aecfe87d..e343779901abe57ae156311abe213a5289bb083a 100644 (file)
@@ -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>
index d31e18619013669b68a2f5bb335f6218eb6f2cab..b295be74fc3c157a8ee9289ebb8a989e04415590 100644 (file)
@@ -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.  */
index 22c83805e319289bbe0790e1d75c40a4351ab57a..82bcda447d666c042cd5780a58da4fbebe5c2cd9 100644 (file)
@@ -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"
 \f
 #ifdef VMS
 /* The extra parameters substantially improve the I/O performance.  */