summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index a237b11..d946493 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -10,7 +10,6 @@
#include "config.h"
#include "cmark_ctype.h"
#include "buffer.h"
-#include "memory.h"
/* Used as default value for cmark_strbuf->ptr so that people can always
* assume ptr is non-NULL and zero terminated even for new cmark_strbufs.