aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/regexp/xmlregexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/c/regexp/xmlregexp.c')
-rw-r--r--libxsde/xsde/c/regexp/xmlregexp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libxsde/xsde/c/regexp/xmlregexp.c b/libxsde/xsde/c/regexp/xmlregexp.c
index ad493ce..6d598ed 100644
--- a/libxsde/xsde/c/regexp/xmlregexp.c
+++ b/libxsde/xsde/c/regexp/xmlregexp.c
@@ -22,9 +22,9 @@
# include <xsde/allocator.h>
#endif
-#include "xmlregexp.h"
-#include "xmlunicode.h"
-#include "chvalid.h"
+#include <xsde/c/regexp/xmlregexp.h>
+#include <xsde/c/regexp/xmlunicode.h>
+#include <xsde/c/regexp/chvalid.h>
#ifndef INT_MAX
#define INT_MAX 123456789 /* easy to flag and big enough for our needs */