Merge pull request #12287 from vjpai/qps_cleanup2

QPS tests: move some internal includes to the right places
pull/12104/head
Vijay Pai 8 years ago committed by GitHub
commit d2db4f179a
  1. 1
      test/cpp/qps/client.h
  2. 1
      test/cpp/qps/client_async.cc
  3. 1
      test/cpp/qps/server.h
  4. 1
      test/cpp/qps/server_async.cc

@ -31,7 +31,6 @@
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include "src/core/lib/surface/completion_queue.h"
#include "src/proto/grpc/testing/payloads.pb.h"
#include "src/proto/grpc/testing/services.grpc.pb.h"

@ -34,6 +34,7 @@
#include <grpc/support/cpu.h>
#include <grpc/support/log.h>
#include "src/core/lib/surface/completion_queue.h"
#include "src/proto/grpc/testing/services.grpc.pb.h"
#include "test/cpp/qps/client.h"
#include "test/cpp/qps/usage_timer.h"

@ -26,7 +26,6 @@
#include <grpc/support/log.h>
#include <vector>
#include "src/core/lib/surface/completion_queue.h"
#include "src/proto/grpc/testing/control.pb.h"
#include "src/proto/grpc/testing/messages.pb.h"
#include "test/core/end2end/data/ssl_test_data.h"

@ -35,6 +35,7 @@
#include <grpc/support/host_port.h>
#include <grpc/support/log.h>
#include "src/core/lib/surface/completion_queue.h"
#include "src/proto/grpc/testing/services.grpc.pb.h"
#include "test/core/util/test_config.h"
#include "test/cpp/qps/server.h"

Loading…
Cancel
Save