diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-28 22:09:11 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-28 22:09:11 +0000 |
commit | 08c0b5bc8aa9a569238542b6d563b420e7c3261a (patch) | |
tree | ef4dafed63e16ed2580a66ab71d2711fe3ba1194 /gdb/symtab.h | |
parent | 1f89801a697b0b94e03e95de213c3a839c023f40 (diff) | |
download | gdb-08c0b5bc8aa9a569238542b6d563b420e7c3261a.zip gdb-08c0b5bc8aa9a569238542b6d563b420e7c3261a.tar.gz gdb-08c0b5bc8aa9a569238542b6d563b420e7c3261a.tar.bz2 |
* Makefile.in (objfiles_h): Add $(bcache_h).
* objfiles.h: Include "bcache.h".
* Makefile.in (symtab_h): Remove $(bcache_h).
* symtab.h: Do not include "bcache.h".
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index bb22d0d..bf0fb1a 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -28,7 +28,6 @@ #include "obstack.h" #define obstack_chunk_alloc xmalloc #define obstack_chunk_free xfree -#include "bcache.h" /* Don't do this; it means that if some .o's are compiled with GNU C and some are not (easy to do accidentally the way we configure |