Skip to content

Commit 7ea50c5

Browse files
committed
move header files to include directory
1 parent 01bd0ff commit 7ea50c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/http_template_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//
1515
////////////////////////////////////////////////////////////////////////////////
1616
//
17-
#include "src/http_template.h"
17+
#include "grpc_transcoding/http_template.h"
1818
#include "gtest/gtest.h"
1919

2020
#include <ostream>

test/path_matcher_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
//
1515
////////////////////////////////////////////////////////////////////////////////
1616
//
17-
#include "src/path_matcher.h"
17+
#include "grpc_transcoding/path_matcher.h"
1818

1919
#include <memory>
2020
#include <ostream>

0 commit comments

Comments
 (0)