diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-28 23:42:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-28 23:42:33 +0000 |
commit | aa84d1bb9b0104984e3766ae44d51190333c4ddc (patch) | |
tree | e94c16731585558264cb600781762544f4cbe9dc /gdb/Makefile.in | |
parent | b4d8393384e782b813e2d69be6417e601023d442 (diff) | |
download | gdb-aa84d1bb9b0104984e3766ae44d51190333c4ddc.zip gdb-aa84d1bb9b0104984e3766ae44d51190333c4ddc.tar.gz gdb-aa84d1bb9b0104984e3766ae44d51190333c4ddc.tar.bz2 |
* macrotab.h: Do not include "obstack.h" or "bcache.h".
(struct obstack, struct bcache): Add opaque declarations.
* Makefile.in (macrotab_h): Update
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ef35ccc..d62c4f8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -637,7 +637,7 @@ inferior_h = inferior.h $(breakpoint_h) language_h = language.h linespec_h = linespec.h macroexp_h = macroexp.h -macrotab_h = macrotab.h $(obstack_h) $(bcache_h) +macrotab_h = macrotab.h macroscope_h = macroscope.h $(macrotab_h) $(symtab_h) memattr_h = memattr.h monitor_h = monitor.h |