aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/regexp/xmlregexp.c
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-08 14:01:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-08 14:01:20 +0200
commitaa948b624f4c2c0a97f4d92915fa959cf005207f (patch)
tree1314b242e317984f840326df562758de9bdc289a /libxsde/xsde/c/regexp/xmlregexp.c
parentefb44d24d5c9f70c28c758bca4683f2e249d7078 (diff)
Use bracket includes in C sources
This way we can move the source code around without also having to move the headers.
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 */