aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/qps/qps_test.cc')
-rw-r--r--test/cpp/qps/qps_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/qps/qps_test.cc b/test/cpp/qps/qps_test.cc
index ba980a6664..d0c4a79cd9 100644
--- a/test/cpp/qps/qps_test.cc
+++ b/test/cpp/qps/qps_test.cc
@@ -31,12 +31,12 @@
*
*/
+#include <signal.h>
+
#include <set>
#include <grpc/support/log.h>
-#include <signal.h>
-
#include "test/cpp/qps/driver.h"
#include "test/cpp/qps/report.h"
#include "test/cpp/util/benchmark_config.h"