diff options
author | dch <david.hotham@blueyonder.co.uk> | 2013-04-07 15:28:51 +0100 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-04-08 10:56:23 +0300 |
commit | a968233777e0781cfd3dd7b9566b631dc576fed1 (patch) | |
tree | af0acaaad372e09c6fa87b7ebe55829ba8511bdf | |
parent | 710465a8e060d5ef7848a6f348f043435b1e39e0 (diff) |
No need to include stdbool.h separately
-rw-r--r-- | pb_decode.h | 1 | ||||
-rw-r--r-- | pb_encode.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/pb_decode.h b/pb_decode.h index 35de0a22..e5d98c55 100644 --- a/pb_decode.h +++ b/pb_decode.h @@ -9,7 +9,6 @@ * These are usually generated from .proto-files with a script. */ -#include <stdbool.h> #include "pb.h" #ifdef __cplusplus diff --git a/pb_encode.h b/pb_encode.h index bd6132b6..773b7178 100644 --- a/pb_encode.h +++ b/pb_encode.h @@ -6,7 +6,6 @@ * and their field descriptions (just like with pb_decode). */ -#include <stdbool.h> #include "pb.h" #ifdef __cplusplus |