ext/commonmarker/buffer.c in commonmarker-0.19.0 vs ext/commonmarker/buffer.c in commonmarker-0.20.0

- old
+ new

@@ -8,10 +8,9 @@ #include <limits.h> #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. */ unsigned char cmark_strbuf__initbuf[1];