diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-04 23:13:54 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-04 23:13:54 -0800 |
commit | 27bd6c0b18318a9c43801409bbababf2ceb6302e (patch) | |
tree | 9a0bf89df4ffc1e47346c6958e62d193f918c660 /src/blocks.c | |
parent | ed17cfc71a19e614a437581b6991a43d06ca6e01 (diff) |
Moved source files from src/html into src.
The separate directory presents problems for some simple
extension building systems, like luarocks.
Diffstat (limited to 'src/blocks.c')
-rw-r--r-- | src/blocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blocks.c b/src/blocks.c index 4a0a228..deca00a 100644 --- a/src/blocks.c +++ b/src/blocks.c @@ -11,7 +11,7 @@ #include "utf8.h" #include "scanners.h" #include "inlines.h" -#include "html/houdini.h" +#include "houdini.h" #include "buffer.h" #include "debug.h" |