From 1b4e33029efc2dd57036270bd3a73b6841aadbf5 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 17 Dec 2015 16:35:00 -0800 Subject: Consolidate C++ proto files under src/proto - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies --- test/cpp/qps/server_async.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cpp/qps/server_async.cc') diff --git a/test/cpp/qps/server_async.cc b/test/cpp/qps/server_async.cc index c151918ce4..03fde06e77 100644 --- a/test/cpp/qps/server_async.cc +++ b/test/cpp/qps/server_async.cc @@ -50,7 +50,7 @@ #include #include "test/cpp/qps/server.h" -#include "test/proto/benchmarks/services.grpc.pb.h" +#include "src/proto/grpc/testing/services.grpc.pb.h" namespace grpc { namespace testing { -- cgit v1.2.3