aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/load_file_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/support/load_file_test.c')
-rw-r--r--test/core/support/load_file_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/support/load_file_test.c b/test/core/support/load_file_test.c
index 70189b739d..a14fdc656e 100644
--- a/test/core/support/load_file_test.c
+++ b/test/core/support/load_file_test.c
@@ -39,8 +39,8 @@
#include <grpc/support/slice.h>
#include "src/core/support/load_file.h"
-#include "src/core/support/tmpfile.h"
#include "src/core/support/string.h"
+#include "src/core/support/tmpfile.h"
#include "test/core/util/test_config.h"
#define LOG_TEST_NAME(x) gpr_log(GPR_INFO, "%s", x)