aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/thd_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/support/thd_test.c')
-rw-r--r--test/core/support/thd_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/support/thd_test.c b/test/core/support/thd_test.c
index 0c176da2d3..771c5104c8 100644
--- a/test/core/support/thd_test.c
+++ b/test/core/support/thd_test.c
@@ -33,12 +33,12 @@
/* Test of gpr thread support. */
-#include <stdio.h>
-#include <stdlib.h>
#include <grpc/support/log.h>
#include <grpc/support/sync.h>
#include <grpc/support/thd.h>
#include <grpc/support/time.h>
+#include <stdio.h>
+#include <stdlib.h>
#include "test/core/util/test_config.h"
#define NUM_THREADS 300