Skip to content

Commit

Permalink
removing a #include
Browse files Browse the repository at this point in the history
Signed-off-by: Yanjun Xiang <[email protected]>
  • Loading branch information
yanjunxiang-google committed Aug 16, 2024
1 parent 72d82bb commit 03eea26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions source/extensions/filters/http/ext_proc/http_client/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ envoy_cc_library(
name = "client_base_interface",
hdrs = ["client_base.h"],
tags = ["skip_on_windows"],
deps = [
"//envoy/common:pure_lib",
],
deps = [],
)

envoy_cc_library(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

#include <memory>

#include "envoy/common/pure.h"

namespace Envoy {
namespace Extensions {
namespace HttpFilters {
Expand Down

0 comments on commit 03eea26

Please sign in to comment.