aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/objectivec/objectivec_file.cc
diff options
context:
space:
mode:
authorGravatar Bo Yang <teboring@google.com>2015-08-06 11:23:50 -0700
committerGravatar Bo Yang <teboring@google.com>2015-08-06 11:23:50 -0700
commit5e47a68b327f609406038de7650ebcdd47960f75 (patch)
treea9c64645646c2334952be729bcb077d6a2a433eb /src/google/protobuf/compiler/objectivec/objectivec_file.cc
parentad8a889d1e1e2b0efd5b7579aa57ea5326cda6da (diff)
Remove unused .pb.h #includes.
Diffstat (limited to 'src/google/protobuf/compiler/objectivec/objectivec_file.cc')
-rw-r--r--src/google/protobuf/compiler/objectivec/objectivec_file.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/objectivec/objectivec_file.cc b/src/google/protobuf/compiler/objectivec/objectivec_file.cc
index 5a5c9e9b..e60ae5a6 100644
--- a/src/google/protobuf/compiler/objectivec/objectivec_file.cc
+++ b/src/google/protobuf/compiler/objectivec/objectivec_file.cc
@@ -35,7 +35,6 @@
#include <google/protobuf/compiler/code_generator.h>
#include <google/protobuf/io/printer.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
-#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/stubs/stl_util.h>
#include <google/protobuf/stubs/strutil.h>
#include <sstream>