aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-exp.y
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-09-19 03:58:41 +0000
committerAndrew Cagney <cagney@redhat.com>2002-09-19 03:58:41 +0000
commit389e51db103b5c811f1849228c2c5e9e71062f5a (patch)
treef29314af18fc82fc8eaeaf5b9ac5ddb55d09fd5c /gdb/c-exp.y
parent3b4efeaa2da94f19becde56d8c8f9693367acafc (diff)
downloadfsf-binutils-gdb-389e51db103b5c811f1849228c2c5e9e71062f5a.zip
fsf-binutils-gdb-389e51db103b5c811f1849228c2c5e9e71062f5a.tar.gz
fsf-binutils-gdb-389e51db103b5c811f1849228c2c5e9e71062f5a.tar.bz2
Revert previous change. Not obvious.
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r--gdb/c-exp.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y
index b130a9c..c6fc52c 100644
--- a/gdb/c-exp.y
+++ b/gdb/c-exp.y
@@ -49,7 +49,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(). */
/* Flag indicating we're dealing with HP-compiled objects */
extern int hp_som_som_object_present;