From: dch Date: Sun, 7 Apr 2013 14:28:51 +0000 (+0100) Subject: No need to include stdbool.h separately X-Git-Tag: 3.99.1~14^2~381 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a968233777e0781cfd3dd7b9566b631dc576fed1;p=apps%2Flow-level-can-service.git No need to include stdbool.h separately --- 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 #include "pb.h" #ifdef __cplusplus diff --git a/pb_encode.h b/pb_encode.h index bd6132b..773b717 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