Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordch <david.hotham@blueyonder.co.uk>2013-04-07 18:28:51 +0400
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2013-04-08 11:56:23 +0400
commita968233777e0781cfd3dd7b9566b631dc576fed1 (patch)
treeaf0acaaad372e09c6fa87b7ebe55829ba8511bdf /pb_decode.h
parent710465a8e060d5ef7848a6f348f043435b1e39e0 (diff)
No need to include stdbool.h separately
Diffstat (limited to 'pb_decode.h')
-rw-r--r--pb_decode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pb_decode.h b/pb_decode.h
index 35de0a2..e5d98c5 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