Skip to content
Snippets Groups Projects
Commit 3f223e34 authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

Move gtest include after proto include

parent af724acc
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,6 @@
#include <mutex>
#include <thread>
#include <gtest/gtest.h>
#include <grpc++/channel.h>
#include <grpc++/client_context.h>
#include <grpc++/create_channel.h>
......@@ -44,6 +42,8 @@ extern "C" {
#include "test/core/util/test_config.h"
#include "test/cpp/end2end/test_service_impl.h"
#include <gtest/gtest.h>
using grpc::testing::EchoRequest;
using grpc::testing::EchoResponse;
using std::chrono::system_clock;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment