* symtab.h: Remove "defs.h" #include.

* Makefile.in (symtab_h): Update dependencies.
This commit is contained in:
Joel Brobecker 2007-12-20 05:36:14 +00:00
parent 4106a0814a
commit 10d00faca9
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2007-12-20 Joel Brobecker <brobecker@adacore.com>
* symtab.h: Remove "defs.h" #include.
* Makefile.in (symtab_h): Update dependencies.
2007-12-19 Joel Brobecker <brobecker@adacore.com>
* symtab.h: #include "defs.h".

View File

@ -885,7 +885,7 @@ srec_h = srec.h
stabsread_h = stabsread.h
stack_h = stack.h
symfile_h = symfile.h $(symtab_h)
symtab_h = symtab.h $(defs_h)
symtab_h = symtab.h
target_h = target.h $(bfd_h) $(symtab_h) $(dcache_h) $(memattr_h) $(vec_h)
target_descriptions_h = target-descriptions.h
terminal_h = terminal.h

View File

@ -22,8 +22,6 @@
#if !defined (SYMTAB_H)
#define SYMTAB_H 1
#include "defs.h"
/* Opaque declarations. */
struct ui_file;
struct frame_info;