summaryrefslogtreecommitdiff
path: root/gdb/xml-support.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xml-support.c')
-rw-r--r--gdb/xml-support.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/xml-support.c b/gdb/xml-support.c
index 54b0c9be526..2fcf64e5c9c 100644
--- a/gdb/xml-support.c
+++ b/gdb/xml-support.c
@@ -29,15 +29,9 @@
#include "exceptions.h"
#include "xml-support.h"
-#include <expat.h>
-
+#include "gdb_expat.h"
#include "gdb_string.h"
-#ifndef XML_STATUS_OK
-# define XML_STATUS_OK 1
-# define XML_STATUS_ERROR 0
-#endif
-
/* Returns the value of attribute ATTR from expat attribute list
ATTRLIST. If not found, throws an exception. */