diff options
Diffstat (limited to 'src/cmark.c')
-rw-r--r-- | src/cmark.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmark.c b/src/cmark.c index 273a37b..945e392 100644 --- a/src/cmark.c +++ b/src/cmark.c @@ -2,7 +2,6 @@ #include <assert.h> #include <stdio.h> #include "node.h" -#include "references.h" #include "html/houdini.h" #include "cmark.h" #include "buffer.h" |