No need to include stdbool.h separately
authordch <david.hotham@blueyonder.co.uk>
Sun, 7 Apr 2013 14:28:51 +0000 (15:28 +0100)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Mon, 8 Apr 2013 07:56:23 +0000 (10:56 +0300)
pb_decode.h
pb_encode.h

index 35de0a2..e5d98c5 100644 (file)
@@ -9,7 +9,6 @@
  * These are usually generated from .proto-files with a script.
  */
 
-#include <stdbool.h>
 #include "pb.h"
 
 #ifdef __cplusplus
index bd6132b..773b717 100644 (file)
@@ -6,7 +6,6 @@
  * and their field descriptions (just like with pb_decode).
  */
 
-#include <stdbool.h>
 #include "pb.h"
 
 #ifdef __cplusplus