Remove 2 more unnecessary header includes from objectivec sources.

These were missed from #a52e5ad5bb60655c683a12072a6eb7bcb99391d2.
pull/9852/head
Dave MacLachlan 3 years ago committed by Thomas Van Lenten
parent f53fd52d7b
commit 6888c031a4
  1. 1
      src/google/protobuf/compiler/objectivec/objectivec_field.cc
  2. 2
      src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc

@ -37,7 +37,6 @@
#include <google/protobuf/compiler/objectivec/objectivec_message_field.h>
#include <google/protobuf/compiler/objectivec/objectivec_primitive_field.h>
#include <google/protobuf/io/printer.h>
#include <google/protobuf/wire_format.h>
#include <google/protobuf/stubs/strutil.h>
namespace google {

@ -35,8 +35,6 @@
#include <google/protobuf/compiler/objectivec/objectivec_primitive_field.h>
#include <google/protobuf/io/printer.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/wire_format.h>
#include <google/protobuf/wire_format_lite.h>
namespace google {
namespace protobuf {

Loading…
Cancel
Save