Remove some unnecessary header includes from objectivec sources.

pull/9850/head
Dave MacLachlan 3 years ago committed by Thomas Van Lenten
parent d76f8c868c
commit a52e5ad5bb
  1. 1
      src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc
  2. 2
      src/google/protobuf/compiler/objectivec/objectivec_message.cc
  3. 1
      src/google/protobuf/compiler/objectivec/objectivec_message_field.cc

@ -34,7 +34,6 @@
#include <google/protobuf/compiler/objectivec/objectivec_enum_field.h>
#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
#include <google/protobuf/io/printer.h>
#include <google/protobuf/wire_format.h>
namespace google {
namespace protobuf {

@ -41,8 +41,6 @@
#include <google/protobuf/io/printer.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/wire_format.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/descriptor.pb.h>
namespace google {

@ -34,7 +34,6 @@
#include <google/protobuf/compiler/objectivec/objectivec_message_field.h>
#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
#include <google/protobuf/io/printer.h>
#include <google/protobuf/wire_format.h>
namespace google {
namespace protobuf {

Loading…
Cancel
Save