From: Petteri Aimonen Date: Sat, 9 Mar 2013 12:45:41 +0000 (+0200) Subject: alltypes.proto no longer needs to include nanopb.proto X-Git-Tag: 5.0.2~186^2~391 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9b6641ac643af4f301e05421f2b228084dcc8693;p=apps%2Fagl-service-can-low-level.git alltypes.proto no longer needs to include nanopb.proto --- diff --git a/tests/alltypes.proto b/tests/alltypes.proto index cc171f3b..6ccf57d7 100644 --- a/tests/alltypes.proto +++ b/tests/alltypes.proto @@ -1,5 +1,3 @@ -import "nanopb.proto"; - message SubMessage { required string substuff1 = 1 [default = "1"]; required int32 substuff2 = 2 [default = 2];