From: Joel Brobecker Date: Thu, 20 Dec 2007 05:36:14 +0000 (+0000) Subject: * symtab.h: Remove "defs.h" #include. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10d00faca93295672eeb9bafece072821165199f;p=binutils-gdb.git * symtab.h: Remove "defs.h" #include. * Makefile.in (symtab_h): Update dependencies. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 30511b4dfbe..ce6e80d9511 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-12-20 Joel Brobecker + + * symtab.h: Remove "defs.h" #include. + * Makefile.in (symtab_h): Update dependencies. + 2007-12-19 Joel Brobecker * symtab.h: #include "defs.h". diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f1ec06a4e65..a46c9d45c94 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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 diff --git a/gdb/symtab.h b/gdb/symtab.h index 6b4b1209373..90e5b5ee1ab 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -22,8 +22,6 @@ #if !defined (SYMTAB_H) #define SYMTAB_H 1 -#include "defs.h" - /* Opaque declarations. */ struct ui_file; struct frame_info;