- Commit
- 27376c2150df53d23995c0360a30152f68af5e7c
- Parent
- f39eaefb651064ea6b4b8f030ec98f98c94fe95a
- Author
- Vicent Marti <tanoku@gmail.com>
- Date
Do not include `stdbool`
My personal build of CMark ✏️
Do not include `stdbool`
1 file changed, 0 insertions, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | src/buffer.h | 1 | 0 | 1 |
diff --git a/src/buffer.h b/src/buffer.h @@ -5,7 +5,6 @@ #include <stdarg.h> #include <string.h> #include <limits.h> -#include <stdbool.h> #include "config.h" #include "cmark.h"