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/macrotab.h | |
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/macrotab.h')
-rw-r--r-- | gdb/macrotab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/macrotab.h b/gdb/macrotab.h index cbc6d1b..df32977 100644 --- a/gdb/macrotab.h +++ b/gdb/macrotab.h @@ -22,8 +22,8 @@ #ifndef MACROTAB_H #define MACROTAB_H -#include "obstack.h" -#include "bcache.h" +struct obstack; +struct bcache; /* How do we represent a source location? I mean, how should we represent them within GDB; the user wants to use all sorts of |