* macrotab.h: Do not include "obstack.h" or "bcache.h".
(struct obstack, struct bcache): Add opaque declarations. * Makefile.in (macrotab_h): Update
This commit is contained in:
parent
b4d8393384
commit
aa84d1bb9b
3 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue