diff options
author | Vicent Marti <tanoku@gmail.com> | 2016-06-03 10:03:05 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-06-06 15:39:06 -0700 |
commit | 27376c2150df53d23995c0360a30152f68af5e7c (patch) | |
tree | 28263fb1ae9f3f963c97c6397431c7b54acb363f /src | |
parent | f39eaefb651064ea6b4b8f030ec98f98c94fe95a (diff) |
Do not include `stdbool`
Diffstat (limited to 'src')
-rw-r--r-- | src/buffer.h | 1 |
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" |