Skip to content

Commit

Permalink
Fixing gflags' include path.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Feb 20, 2015
1 parent 3e9e180 commit ba60820
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/pubsub/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion test/cpp/interop/client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion test/cpp/interop/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/cpp/qps/client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test/cpp/qps/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ba60820

Please sign in to comment.