diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-13 22:42:18 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-13 22:42:18 -0800 |
commit | 549c5dbd45c20fa30f42cd70b734e6447af3f1ba (patch) | |
tree | 92c87f26e66612af6c0ff225c6cc8f219dde695e /src/inlines.c | |
parent | 9ba42f1a8b93237ea4bfc05f29972c3c3922ebaa (diff) |
Removed ast modules, moved these defs back to cmark.h.
Diffstat (limited to 'src/inlines.c')
-rw-r--r-- | src/inlines.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inlines.c b/src/inlines.c index 78ebaf4..0dabbd3 100644 --- a/src/inlines.c +++ b/src/inlines.c @@ -8,7 +8,6 @@ #include "html/houdini.h" #include "utf8.h" #include "scanners.h" -#include "ast.h" #include "inlines.h" |