From a968233777e0781cfd3dd7b9566b631dc576fed1 Mon Sep 17 00:00:00 2001 From: dch Date: Sun, 7 Apr 2013 15:28:51 +0100 Subject: [PATCH] No need to include stdbool.h separately --- pb_decode.h | 1 - pb_encode.h | 1 - 2 files changed, 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 #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 #include "pb.h" #ifdef __cplusplus -- 2.16.6