summaryrefslogtreecommitdiff
path: root/src/houdini_html_u.c
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-17 08:05:57 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-17 08:05:57 -0700
commit2fa54428e2910d4f8d96e6a548db650d50613535 (patch)
treeaaff50e600236216843928fd8073b319760049e4 /src/houdini_html_u.c
parent027a3153256fe9647bf13e28f1faa9ee8806f942 (diff)
Renamed entities.h -> entities.inc.
Also tools/make_entities_h.py -> tools/make_entitis_inc.py.
Diffstat (limited to 'src/houdini_html_u.c')
-rw-r--r--src/houdini_html_u.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/houdini_html_u.c b/src/houdini_html_u.c
index e4cf8fe..002357d 100644
--- a/src/houdini_html_u.c
+++ b/src/houdini_html_u.c
@@ -5,7 +5,7 @@
#include "buffer.h"
#include "houdini.h"
#include "utf8.h"
-#include "entities.h"
+#include "entities.inc"
/* Binary tree lookup code for entities added by JGM */