From: Petteri Aimonen <jpa@git.mail.kapsi.fi> Date: Sat, 9 Mar 2013 12:45:41 +0000 (+0200) Subject: alltypes.proto no longer needs to include nanopb.proto X-Git-Tag: 3.99.1~14^2~391 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9b6641ac643af4f301e05421f2b228084dcc8693;p=apps%2Flow-level-can-service.git alltypes.proto no longer needs to include nanopb.proto --- diff --git a/tests/alltypes.proto b/tests/alltypes.proto index cc171f3..6ccf57d 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];