diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-16 10:33:49 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-16 10:33:49 -0800 |
commit | b7f6e3f775705029df262aa313a0cd17ee3073cb (patch) | |
tree | 570a7611eeff2b9e93f24ac61f6f8626e045ad0d /src/html | |
parent | f8b6f2e02fd21477193f1f2471421f4adf19a790 (diff) |
Moved AST details from public header cmark.h to private ast.h.
Diffstat (limited to 'src/html')
-rw-r--r-- | src/html/html.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html/html.c b/src/html/html.c index 6b5d614..cd02f83 100644 --- a/src/html/html.c +++ b/src/html/html.c @@ -5,6 +5,7 @@ #include <assert.h> #include "cmark.h" +#include "ast.h" #include "debug.h" #include "html/houdini.h" |