ttrpc: remove unused imports

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day
2017-11-15 17:28:18 -08:00
parent bd8c759c72
commit 809ed493d8
2 changed files with 23 additions and 28 deletions

View File

@@ -2,10 +2,8 @@ syntax = "proto3";
package ttrpc.example.v1;
import "google/protobuf/any.proto";
import "google/protobuf/empty.proto";
import "gogoproto/gogo.proto";
import "google/protobuf/timestamp.proto";
option go_package = "github.com/stevvooe/ttrpc/example;example";