summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2016-06-03 10:03:05 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-06 15:39:06 -0700
commit27376c2150df53d23995c0360a30152f68af5e7c (patch)
tree28263fb1ae9f3f963c97c6397431c7b54acb363f
parentf39eaefb651064ea6b4b8f030ec98f98c94fe95a (diff)
Do not include `stdbool`
-rw-r--r--src/buffer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 2d3db0d..b40ab92 100644
--- 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"