Remove unused includes from unit tests (#9251)

pull/9260/head
Adam Cozzette 3 years ago committed by GitHub
parent 4eb8840544
commit bf481851d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/google/protobuf/compiler/csharp/csharp_generator_unittest.cc
  2. 1
      src/google/protobuf/compiler/objectivec/objectivec_helpers_unittest.cc

@ -37,9 +37,7 @@
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/io/printer.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
#include <google/protobuf/testing/file.h>
namespace google {
namespace protobuf {

@ -30,7 +30,6 @@
#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
namespace google {

Loading…
Cancel
Save