Fixing gflags' include path.

pull/642/head
Nicolas "Pixel" Noble 10 years ago
parent 3e9e1804c9
commit ba6082080c
  1. 2
      examples/pubsub/main.cc
  2. 2
      test/cpp/interop/client.cc
  3. 2
      test/cpp/interop/server.cc
  4. 2
      test/cpp/qps/client.cc
  5. 2
      test/cpp/qps/server.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_interface.h>
#include <grpc++/create_channel.h>
#include <grpc++/credentials.h>

@ -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>

@ -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"

@ -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"

@ -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>

Loading…
Cancel
Save