aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/genx/char-props.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/genx/char-props.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/genx/char-props.c')
-rw-r--r--libxsde/xsde/c/genx/char-props.c2
1 files changed, 1 insertions, 1 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)
{