aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
diff options
context:
space:
mode:
authorGravatar murgatroid99 <michael.lumish@gmail.com>2017-01-17 16:32:23 -0800
committerGravatar murgatroid99 <michael.lumish@gmail.com>2017-01-17 20:42:30 -0800
commite375975e0d9e80516698271233a1d92ff1160a7f (patch)
tree77c917ee29a3a151e5cc00c6078b4ef7c9b45e90 /src/core/ext
parent58233dbc1a7893756d33ecfc1ec7ffe6607c3168 (diff)
Fixed sanity errors
Diffstat (limited to 'src/core/ext')
-rw-r--r--src/core/ext/census/tracing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/census/tracing.c b/src/core/ext/census/tracing.c
index afb70441d2..9371fffc8d 100644
--- a/src/core/ext/census/tracing.c
+++ b/src/core/ext/census/tracing.c
@@ -33,8 +33,8 @@
//#include "src/core/ext/census/tracing.h"
-#include <stdlib.h>
#include <grpc/census.h>
+#include <stdlib.h>
/* TODO(aveitch): These are all placeholder implementations. */