summaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-28 22:09:11 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-28 22:09:11 +0000
commit06155c03b27c311b82ff232dbea1489f7ad29618 (patch)
treeaf90bc1e70bb74c2f5d7005a8d2bf3f43de962f5 /gdb/symtab.h
parent160ebaf1b713c2b720df06612dd56d26a673cc63 (diff)
downloadgdb-06155c03b27c311b82ff232dbea1489f7ad29618.tar.gz
* 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index bb22d0d4eaa..bf0fb1a4ef5 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