aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/alloc_test.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-31 09:43:03 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-31 09:43:03 -0700
commit2877d7398e9f6bf815af3f42f21cb4c3d917be2e (patch)
tree7a08a3e544cf8583d4bb2405bb53e48ebdac5a65 /test/core/support/alloc_test.c
parent2c73b22885ea07ecd338e71a0baf5cdcfc45605a (diff)
parent2b9012362ca03181eefaec22238c6100e77bb736 (diff)
Merge branch 'master' of github.com:grpc/grpc into lb_resolvers
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; }