diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-20 02:48:03 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-20 02:48:03 +0100 |
commit | ba6082080ccdf8b6f80b9f106b4148cf57cfd864 (patch) | |
tree | 956629e777fad4c8c349890141c03b81923f4ad8 /test/cpp | |
parent | 3e9e1804c90efbec81ee68795a35de820e5be64a (diff) |
Fixing gflags' include path.
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/interop/client.cc | 2 | ||||
-rw-r--r-- | test/cpp/interop/server.cc | 2 | ||||
-rw-r--r-- | test/cpp/qps/client.cc | 2 | ||||
-rw-r--r-- | test/cpp/qps/server.cc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/cpp/interop/client.cc b/test/cpp/interop/client.cc index ab69e1eefd..47f2d34a4d 100644 --- a/test/cpp/interop/client.cc +++ b/test/cpp/interop/client.cc @@ -40,7 +40,7 @@ #include <grpc/grpc.h> #include <grpc/support/log.h> -#include <google/gflags.h> +#include <gflags/gflags.h> #include <grpc++/channel_arguments.h> #include <grpc++/channel_interface.h> #include <grpc++/client_context.h> diff --git a/test/cpp/interop/server.cc b/test/cpp/interop/server.cc index f4b9f04650..8566ad5bef 100644 --- a/test/cpp/interop/server.cc +++ b/test/cpp/interop/server.cc @@ -35,7 +35,7 @@ #include <sstream> #include <thread> -#include <google/gflags.h> +#include <gflags/gflags.h> #include <grpc/grpc.h> #include <grpc/support/log.h> #include "test/core/end2end/data/ssl_test_data.h" diff --git a/test/cpp/qps/client.cc b/test/cpp/qps/client.cc index 8369ef6562..8a33ab2ca3 100644 --- a/test/cpp/qps/client.cc +++ b/test/cpp/qps/client.cc @@ -41,7 +41,7 @@ #include <grpc/grpc.h> #include <grpc/support/histogram.h> #include <grpc/support/log.h> -#include <google/gflags.h> +#include <gflags/gflags.h> #include <grpc++/client_context.h> #include <grpc++/status.h> #include "test/core/util/grpc_profiler.h" diff --git a/test/cpp/qps/server.cc b/test/cpp/qps/server.cc index 6a30d5d8d4..dcef8f20ab 100644 --- a/test/cpp/qps/server.cc +++ b/test/cpp/qps/server.cc @@ -36,7 +36,7 @@ #include <sys/signal.h> #include <thread> -#include <google/gflags.h> +#include <gflags/gflags.h> #include <grpc/support/alloc.h> #include <grpc/support/host_port.h> #include <grpc++/config.h> |