diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-17 21:33:57 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-17 21:43:47 -0800 |
commit | 3554759dbe4a0cb937556226d621bb71efd188e7 (patch) | |
tree | d589459a498e7edae3f25f00860ba02d2e7c4edb /src/html | |
parent | 2c7b83042fea3c970e5b1a1914880bc60acf6174 (diff) |
Rename ast.h to parser.h
Diffstat (limited to 'src/html')
-rw-r--r-- | src/html/html.c | 1 |
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" |