|
|
|
@ -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; |
|
|
|
|
|
|
|
|
|