summaryrefslogtreecommitdiff
path: root/src/html/html.c
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2014-11-17 21:33:57 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-17 21:43:47 -0800
commit3554759dbe4a0cb937556226d621bb71efd188e7 (patch)
treed589459a498e7edae3f25f00860ba02d2e7c4edb /src/html/html.c
parent2c7b83042fea3c970e5b1a1914880bc60acf6174 (diff)
Rename ast.h to parser.h
Diffstat (limited to 'src/html/html.c')
-rw-r--r--src/html/html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html/html.c b/src/html/html.c
index 8e1c65a..1266328 100644
--- a/src/html/html.c
+++ b/src/html/html.c
@@ -7,7 +7,6 @@
#include "cmark.h"
#include "node.h"
#include "buffer.h"
-#include "ast.h"
#include "debug.h"
#include "html/houdini.h"