diff options
Diffstat (limited to 'gdb/expression.h')
-rw-r--r-- | gdb/expression.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/expression.h b/gdb/expression.h index 36f18be..8db4b9d 100644 --- a/gdb/expression.h +++ b/gdb/expression.h @@ -20,9 +20,6 @@ #if !defined (EXPRESSION_H) #define EXPRESSION_H 1 - -#include "symtab.h" /* Needed for "struct block" type. */ - /* While parsing expressions we need to track the innermost lexical block that we encounter. In some situations we need to track the innermost block just for symbols, and in other situations we want to track the |