diff options
Diffstat (limited to 'gdb/cp-name-parser.y')
-rw-r--r-- | gdb/cp-name-parser.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/cp-name-parser.y b/gdb/cp-name-parser.y index 0caadfa..a0b7f8b 100644 --- a/gdb/cp-name-parser.y +++ b/gdb/cp-name-parser.y @@ -37,7 +37,6 @@ #include "safe-ctype.h" #include "demangle.h" #include "cp-support.h" -#include "gdb_assert.h" /* Bison does not make it easy to create a parser without global state, unfortunately. Here are all the global variables used |