Move gtest last

pull/11907/head
Vijay Pai 8 years ago
parent 66cedf645d
commit c50cf03f32
  1. 3
      test/cpp/server/server_request_call_test.cc

@ -19,7 +19,6 @@
#include <thread> #include <thread>
#include <grpc++/impl/codegen/config.h> #include <grpc++/impl/codegen/config.h>
#include <gtest/gtest.h>
#include <grpc++/server.h> #include <grpc++/server.h>
#include <grpc++/server_builder.h> #include <grpc++/server_builder.h>
@ -32,6 +31,8 @@
#include "src/proto/grpc/testing/echo.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/core/util/port.h" #include "test/core/util/port.h"
#include <gtest/gtest.h>
namespace grpc { namespace grpc {
namespace { namespace {

Loading…
Cancel
Save