call.c, [...]: Add include of toplev.h.

Wed May  6 06:36:41 1998  Robert Lipe  <robertl@dgii.com>
        * call.c, class.c, decl.c, decl2.c, errfn.c, error.c, except.c,
        expr.c, friend.c, init.c, lex.c, method.c, pt.c, repo.c, rtti.c,
        search.c, semantics.c, sig.c, tree.c, typeck.c, typeck2.c,
        xref.c: Add include of toplev.h.

From-SVN: r19567
This commit is contained in:
Robert Lipe 1998-05-06 05:05:11 +00:00
parent 178e196ef1
commit 12027a8912
6 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "cp-tree.h"
#include "except.h"
#include "lex.h"
#include "toplev.h"
/* There routines provide a modular interface to perform many parsing
operations. They may therefore be used during actual parsing, or

View File

@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
#include "cp-tree.h"
#include "flags.h"
#include "assert.h"
#include "toplev.h"
extern struct obstack *current_obstack;
extern struct obstack permanent_obstack;

View File

@ -26,6 +26,8 @@ Boston, MA 02111-1307, USA. */
#include "cp-tree.h"
#include "flags.h"
#include "rtl.h"
#include "toplev.h"
#ifdef __STDC__
#include <stdarg.h>
#else

View File

@ -37,6 +37,7 @@ Boston, MA 02111-1307, USA. */
#include "flags.h"
#include "output.h"
#include "expr.h"
#include "toplev.h"
extern void compiler_error ();

View File

@ -35,6 +35,7 @@ Boston, MA 02111-1307, USA. */
#include "tree.h"
#include "cp-tree.h"
#include "flags.h"
#include "toplev.h"
static tree process_init_constructor PROTO((tree, tree, tree *));

View File

@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */
#include "tree.h"
#include "cp-tree.h"
#include "input.h"
#include "toplev.h"
extern char *getpwd PROTO((void));