diff options
Diffstat (limited to 'generator/proto/plugin.proto')
-rw-r--r-- | generator/proto/plugin.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/proto/plugin.proto b/generator/proto/plugin.proto index 651ed10..d8b515e 100644 --- a/generator/proto/plugin.proto +++ b/generator/proto/plugin.proto @@ -46,7 +46,7 @@ package google.protobuf.compiler; -import "google/protobuf/descriptor.proto"; +import "descriptor.proto"; // An encoded CodeGeneratorRequest is written to the plugin's stdin. message CodeGeneratorRequest { |