aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/server_crash_test_client.cc
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-01-13 22:52:17 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-01-13 22:52:17 -0800
commitb0d0c8e8c25685b178d8aa485169fe3fc976a142 (patch)
treee43e96732fc49b7662279cb91723b78669aff0be /test/cpp/end2end/server_crash_test_client.cc
parent5a05f51a1c7de7f17bef1ce904afba67426992bb (diff)
FormatCode
Diffstat (limited to 'test/cpp/end2end/server_crash_test_client.cc')
-rw-r--r--test/cpp/end2end/server_crash_test_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/server_crash_test_client.cc b/test/cpp/end2end/server_crash_test_client.cc
index 19816505f0..1964840fa5 100644
--- a/test/cpp/end2end/server_crash_test_client.cc
+++ b/test/cpp/end2end/server_crash_test_client.cc
@@ -31,11 +31,11 @@
*
*/
+#include <gflags/gflags.h>
#include <iostream>
#include <memory>
#include <sstream>
#include <string>
-#include <gflags/gflags.h>
#include <grpc++/channel.h>
#include <grpc++/client_context.h>