summaryrefslogtreecommitdiff
path: root/src/cmark.c
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-28 09:44:28 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-28 09:44:28 -0800
commitbc61ae39e0370d642d75f136c9adbd07cce1818f (patch)
treef2837bf06104c7cedce41d950d3c999de36f4452 /src/cmark.c
parent4ec2c47f71a94961fc85e02baa5a9f79feff7deb (diff)
parentb01c29e07a3a007f4509e1c9c309a532b330f93a (diff)
Merge pull request #222 from nwellnhof/short_name_cleanup
Short name cleanup
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 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"