aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/expat/xmlparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/c/expat/xmlparse.c')
-rw-r--r--libxsde/xsde/c/expat/xmlparse.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libxsde/xsde/c/expat/xmlparse.c b/libxsde/xsde/c/expat/xmlparse.c
index 51766e8..031e1a8 100644
--- a/libxsde/xsde/c/expat/xmlparse.c
+++ b/libxsde/xsde/c/expat/xmlparse.c
@@ -10,9 +10,9 @@
#define XML_BUILDING_EXPAT 1
-#include "config.h"
+#include <xsde/c/expat/config.h>
-#include "expat.h"
+#include <xsde/c/expat/expat.h>
#ifdef XSDE_CUSTOM_ALLOCATOR
# include <xsde/allocator.h>
@@ -76,9 +76,9 @@ typedef char ICHAR;
#endif /* HAVE_BCOPY */
#endif /* HAVE_MEMMOVE */
-#include "internal.h"
-#include "xmltok.h"
-#include "xmlrole.h"
+#include <xsde/c/expat/internal.h>
+#include <xsde/c/expat/xmltok.h>
+#include <xsde/c/expat/xmlrole.h>
typedef const XML_Char *KEY;