aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/genx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/c/genx')
-rw-r--r--libxsde/xsde/c/genx/char-props.c2
-rw-r--r--libxsde/xsde/c/genx/genx.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libxsde/xsde/c/genx/char-props.c b/libxsde/xsde/c/genx/char-props.c
index 1fcb165..ec73d55 100644
--- a/libxsde/xsde/c/genx/char-props.c
+++ b/libxsde/xsde/c/genx/char-props.c
@@ -13,7 +13,7 @@
*/
#include <xsde/c/pre.h>
-#include "genx.h"
+#include <xsde/c/genx/genx.h>
static void charProp(char * p, int c, int prop)
{
diff --git a/libxsde/xsde/c/genx/genx.c b/libxsde/xsde/c/genx/genx.c
index 4330d53..5c1fc63 100644
--- a/libxsde/xsde/c/genx/genx.c
+++ b/libxsde/xsde/c/genx/genx.c
@@ -15,7 +15,7 @@
#include <xsde/config.h>
-#include "genx.h"
+#include <xsde/c/genx/genx.h>
#ifdef XSDE_CUSTOM_ALLOCATOR
# include <xsde/allocator.h>