From aa84d1bb9b0104984e3766ae44d51190333c4ddc Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 28 Jun 2002 23:42:33 +0000 Subject: * macrotab.h: Do not include "obstack.h" or "bcache.h". (struct obstack, struct bcache): Add opaque declarations. * Makefile.in (macrotab_h): Update --- gdb/macrotab.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/macrotab.h') diff --git a/gdb/macrotab.h b/gdb/macrotab.h index cbc6d1b53d7..df32977967e 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 -- cgit v1.2.1