summaryrefslogtreecommitdiff
path: root/src/cmark.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/cmark.c
parent2c7b83042fea3c970e5b1a1914880bc60acf6174 (diff)
Rename ast.h to parser.h
Diffstat (limited to 'src/cmark.c')
-rw-r--r--src/cmark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmark.c b/src/cmark.c
index f779e80..d114d1e 100644
--- a/src/cmark.c
+++ b/src/cmark.c
@@ -6,7 +6,6 @@
#include "html/houdini.h"
#include "cmark.h"
#include "buffer.h"
-#include "ast.h"
unsigned char *cmark_markdown_to_html(unsigned char *text, int len)
{