X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fxml-support.h;h=59b4467d082a9290151be86ad8417b3acc1c5049;hb=aa989b27d0bad451455416953c0e5026e229863a;hp=7ceb93854547034c6d70515495cef9398a46d334;hpb=0d12e84cfc9bd36b7bbda01a3c8f83f65a832398;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/xml-support.h b/gdb/xml-support.h index 7ceb938545..59b4467d08 100644 --- a/gdb/xml-support.h +++ b/gdb/xml-support.h @@ -22,7 +22,6 @@ #define XML_SUPPORT_H #include "gdb_obstack.h" -#include "gdbsupport/vec.h" #include "gdbsupport/xml-utils.h" #include "gdbsupport/byte-vector.h" #include "gdbsupport/gdb_optional.h" @@ -45,11 +44,6 @@ LONGEST xml_builtin_xfer_partial (const char *filename, gdb_byte *readbuf, const gdb_byte *writebuf, ULONGEST offset, LONGEST len); -/* The text of compiled-in XML documents, from xml-builtin.c - (generated). */ - -extern const char *xml_builtin[][2]; - /* Support for XInclude. */ /* Callback to fetch a new XML file, based on the provided HREF. */