From: dch Date: Sun, 7 Apr 2013 14:28:51 +0000 (+0100) Subject: No need to include stdbool.h separately X-Git-Tag: 5.0.2~186^2~381 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a968233777e0781cfd3dd7b9566b631dc576fed1;p=apps%2Fagl-service-can-low-level.git No need to include stdbool.h separately --- 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