Commit e14417fa by Richard Kenner

Include output.h.

From-SVN: r8712
parent a00b8dfa
...@@ -28,6 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -28,6 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h" #include "config.h"
#include "tree.h" #include "tree.h"
#include "flags.h" #include "flags.h"
#include "output.h"
#include "c-tree.h" #include "c-tree.h"
#include "c-lex.h" #include "c-lex.h"
#include <stdio.h> #include <stdio.h>
......
...@@ -32,6 +32,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -32,6 +32,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "tree.h" #include "tree.h"
#include "c-tree.h" #include "c-tree.h"
#include "flags.h" #include "flags.h"
#include "output.h"
/* Nonzero if we've already printed a "missing braces around initializer" /* Nonzero if we've already printed a "missing braces around initializer"
message within this initializer. */ message within this initializer. */
......
...@@ -55,18 +55,17 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -55,18 +55,17 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "input.h" #include "input.h"
#include "tree.h" #include "tree.h"
/* #include "c-tree.h" */
#include "rtl.h" #include "rtl.h"
#include "flags.h" #include "flags.h"
#include "insn-attr.h" #include "insn-attr.h"
#include "defaults.h" #include "defaults.h"
#include "output.h"
#include "bytecode.h"
#include "bc-emit.h"
#ifdef XCOFF_DEBUGGING_INFO #ifdef XCOFF_DEBUGGING_INFO
#include "xcoffout.h" #include "xcoffout.h"
#endif #endif
#include "bytecode.h"
#include "bc-emit.h"
#ifdef VMS #ifdef VMS
/* The extra parameters substantially improve the I/O performance. */ /* The extra parameters substantially improve the I/O performance. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment