summaryrefslogtreecommitdiff
path: root/src/cmark.c
diff options
context:
space:
mode:
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)
{