Skip to content

Commit

Permalink
remove unneeded dep
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Schore <mike.schore@gmail.com>
  • Loading branch information
goaway committed Apr 23, 2019
1 parent 363709d commit efbdc9e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion source/extensions/access_loggers/http_grpc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ envoy_cc_library(
srcs = ["grpc_access_log_proto_descriptors.cc"],
hdrs = ["grpc_access_log_proto_descriptors.h"],
deps = [
"//source/common/config:protobuf_link_hacks",
"//source/common/protobuf",
"@envoy_api//envoy/service/accesslog/v2:als_cc",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "envoy/service/accesslog/v2/als.pb.h"

#include "common/common/fmt.h"
#include "common/config/protobuf_link_hacks.h"
#include "common/protobuf/protobuf.h"

namespace Envoy {
Expand Down
1 change: 0 additions & 1 deletion source/extensions/stat_sinks/metrics_service/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ envoy_cc_library(
srcs = ["grpc_metrics_proto_descriptors.cc"],
hdrs = ["grpc_metrics_proto_descriptors.h"],
deps = [
"//source/common/config:protobuf_link_hacks",
"//source/common/protobuf",
"@envoy_api//envoy/service/metrics/v2:metrics_service_cc",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "envoy/service/metrics/v2/metrics_service.pb.h"

#include "common/common/fmt.h"
#include "common/config/protobuf_link_hacks.h"
#include "common/protobuf/protobuf.h"

namespace Envoy {
Expand Down

0 comments on commit efbdc9e

Please sign in to comment.