commit | 0cc1341199c73d775078e51ef77d00af8d935983 | [log] [tgz] |
---|---|---|
author | vjpai <vpai@google.com> | Mon Oct 19 12:21:45 2015 -0700 |
committer | vjpai <vpai@google.com> | Mon Oct 19 12:21:45 2015 -0700 |
tree | 8c7ba682695eb75ab3b484d1d15960b157f7656c | |
parent | 627f98454cf120d1b91205b381dcbc1c9c2cccfb [diff] [blame] |
Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps
diff --git a/test/cpp/qps/server_sync.cc b/test/cpp/qps/server_sync.cc index dfaa760..b760ef6 100644 --- a/test/cpp/qps/server_sync.cc +++ b/test/cpp/qps/server_sync.cc
@@ -43,7 +43,7 @@ #include <grpc++/server_context.h> #include <grpc++/security/server_credentials.h> -#include "test/cpp/qps/qpstest.grpc.pb.h" +#include "test/proto/qpstest.grpc.pb.h" #include "test/cpp/qps/server.h" #include "test/cpp/qps/timer.h"