diff options
Diffstat (limited to 'src/content-parser.h')
-rw-r--r-- | src/content-parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content-parser.h b/src/content-parser.h index ec441c6..b98769d 100644 --- a/src/content-parser.h +++ b/src/content-parser.h @@ -10,7 +10,6 @@ #define _CONTENT_PARSER_H #include <stdlib.h> -#include "error.h" char* blogc_content_parse_inline(const char *src); char* blogc_content_parse(const char *src, size_t *end_excerpt); |