Skip to content

Commit 4e5619b

Browse files
committed
move path_matcher.h to include directory
1 parent 0831e4c commit 4e5619b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ cc_library(
108108
"path_matcher_node.h",
109109
],
110110
hdrs = [
111-
"path_matcher.h",
111+
"include/grpc_transcoding/path_matcher.h",
112+
],
113+
includes = [
114+
"include/"
112115
],
113116
deps = [
114117
":http_template",
File renamed without changes.

0 commit comments

Comments
 (0)