aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/alloc_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/support/alloc_test.c')
-rw-r--r--test/core/support/alloc_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/support/alloc_test.c b/test/core/support/alloc_test.c
index 6bdba8c390..e2d0c16b41 100644
--- a/test/core/support/alloc_test.c
+++ b/test/core/support/alloc_test.c
@@ -31,8 +31,8 @@
*
*/
-#include <grpc/support/log.h>
#include <grpc/support/alloc.h>
+#include <grpc/support/log.h>
#include "test/core/util/test_config.h"
static void *fake_malloc(size_t size) { return (void *)size; }