diff options
Diffstat (limited to 'gdb/p-exp.y')
-rw-r--r-- | gdb/p-exp.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/p-exp.y b/gdb/p-exp.y index bfb1cad..2140b60 100644 --- a/gdb/p-exp.y +++ b/gdb/p-exp.y @@ -43,7 +43,6 @@ Probably also lots of other problems, less well defined PM. */ %{ -#include "defs.h" #include <ctype.h> #include "expression.h" #include "value.h" |