Skip to content

Commit

Permalink
Clean-up includes/build file.
Browse files Browse the repository at this point in the history
Signed-off-by: blake-snyder <blakesnyder@google.com>
  • Loading branch information
blake-snyder committed Aug 5, 2024
1 parent ebddef0 commit 6e2817c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions source/common/orca/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ envoy_cc_library(
srcs = ["orca_parser.cc"],
hdrs = ["orca_parser.h"],
external_deps = [
"abseil_status",
"abseil_strings",
"abseil_statusor",
"fmtlib",
],
deps = [
"//envoy/http:header_map_interface",
"//source/common/common:base64_lib",
"//source/common/http:header_utility_lib",
"//source/common/protobuf:utility_lib_header",
"@com_github_cncf_xds//xds/data/orca/v3:pkg_cc_proto",
],
)
3 changes: 0 additions & 3 deletions source/common/orca/orca_parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@

#include "source/common/common/base64.h"
#include "source/common/common/fmt.h"
#include "source/common/http/header_utility.h"
#include "source/common/protobuf/utility.h"

#include "absl/status/status.h"
#include "absl/strings/string_view.h"

using ::Envoy::Http::HeaderMap;
Expand Down
1 change: 0 additions & 1 deletion test/common/orca/orca_parser_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "test/test_common/utility.h"

#include "absl/status/status.h"
#include "absl/strings/str_cat.h"
#include "xds/data/orca/v3/orca_load_report.pb.h"

namespace Envoy {
Expand Down

0 comments on commit 6e2817c

Please sign in to comment.