xds_http_filters_test: fix includes for import (#31454)

pull/31455/head
Mark D. Roth 2 years ago committed by GitHub
parent d760c1fef7
commit dec59e1147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      test/core/xds/xds_http_filters_test.cc

@ -23,7 +23,6 @@
#include <google/protobuf/any.pb.h>
#include <google/protobuf/duration.pb.h>
#include <google/protobuf/message.h>
#include <google/protobuf/wrappers.pb.h>
#include "absl/status/status.h"
@ -55,6 +54,8 @@
#include "src/proto/grpc/testing/xds/v3/string.pb.h"
#include "test/core/util/test_config.h"
// IWYU pragma: no_include <google/protobuf/message.h>
namespace grpc_core {
namespace testing {
namespace {

Loading…
Cancel
Save