fix for import (#31165)

* fix for import

* fix
pull/30971/head^2
Craig Tiller 3 years ago committed by GitHub
parent 951c9a860c
commit cdccf1e1e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      test/core/xds/xds_client_test.cc

@ -29,11 +29,7 @@
#include <string>
#include <google/protobuf/any.pb.h>
#include <google/protobuf/message.h>
#include <google/protobuf/struct.pb.h>
#include <google/protobuf/stubs/status.h>
#include <google/protobuf/unknown_field_set.h>
#include <google/protobuf/util/json_util.h>
#include "absl/strings/str_cat.h"
#include "absl/time/time.h"
@ -60,6 +56,11 @@
#include "test/core/util/test_config.h"
#include "test/core/xds/xds_transport_fake.h"
// IWYU pragma: no_include <google/protobuf/message.h>
// IWYU pragma: no_include <google/protobuf/stubs/status.h>
// IWYU pragma: no_include <google/protobuf/unknown_field_set.h>
// IWYU pragma: no_include <google/protobuf/util/json_util.h>
using envoy::service::discovery::v3::DiscoveryRequest;
using envoy::service::discovery::v3::DiscoveryResponse;

Loading…
Cancel
Save