aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_call_create.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-03 14:51:02 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-03 14:51:02 -0700
commite3593d912bc851e8ee7be89a7fb2c484dbc7e902 (patch)
tree2f9fe6e74a269455bbda07a12ee74875db4224e7 /test/cpp/microbenchmarks/bm_call_create.cc
parentf795feb3c8b73bc0a79ad64abf72fa33a1ebdb83 (diff)
Fix sanity
Diffstat (limited to 'test/cpp/microbenchmarks/bm_call_create.cc')
-rw-r--r--test/cpp/microbenchmarks/bm_call_create.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/cpp/microbenchmarks/bm_call_create.cc b/test/cpp/microbenchmarks/bm_call_create.cc
index 694765e013..4417e0e829 100644
--- a/test/cpp/microbenchmarks/bm_call_create.cc
+++ b/test/cpp/microbenchmarks/bm_call_create.cc
@@ -46,14 +46,14 @@
extern "C" {
#include "src/core/ext/filters/client_channel/client_channel.h"
-#include "src/core/ext/filters/load_reporting/load_reporting_filter.h"
-#include "src/core/lib/channel/channel_stack.h"
-#include "src/core/ext/filters/http/compress/compress_filter.h"
-#include "src/core/lib/channel/connected_channel.h"
#include "src/core/ext/filters/deadline/deadline_filter.h"
#include "src/core/ext/filters/http/client/http_client_filter.h"
+#include "src/core/ext/filters/http/compress/compress_filter.h"
#include "src/core/ext/filters/http/server/http_server_filter.h"
+#include "src/core/ext/filters/load_reporting/load_reporting_filter.h"
#include "src/core/ext/filters/message_size/message_size_filter.h"
+#include "src/core/lib/channel/channel_stack.h"
+#include "src/core/lib/channel/connected_channel.h"
#include "src/core/lib/surface/channel.h"
#include "src/core/lib/transport/transport_impl.h"
}