diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-09-19 03:58:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-09-19 03:58:41 +0000 |
commit | 734d157caf3c4a6cca8b9cda844246a860a17834 (patch) | |
tree | 6e2484bd32f292ddab16750bfe0ccce30a97cd6f /gdb/p-exp.y | |
parent | d3cb6d531b01be6e16eb48ff683bb8f5b8cd9940 (diff) | |
download | gdb-734d157caf3c4a6cca8b9cda844246a860a17834.tar.gz |
Revert previous change. Not obvious.
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 713524b547a..f0939e7bbbf 100644 --- a/gdb/p-exp.y +++ b/gdb/p-exp.y @@ -56,7 +56,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "bfd.h" /* Required by objfiles.h. */ #include "symfile.h" /* Required by objfiles.h. */ #include "objfiles.h" /* For have_full_symbols and have_partial_symbols */ -#include "completer.h" /* For skip_quoted(). */ /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc), as well as gratuitiously global symbol names, so we can have multiple |