aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/census/grpc_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/census/grpc_context.c')
-rw-r--r--src/core/lib/census/grpc_context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/census/grpc_context.c b/src/core/lib/census/grpc_context.c
index 09280da3d6..457c176355 100644
--- a/src/core/lib/census/grpc_context.c
+++ b/src/core/lib/census/grpc_context.c
@@ -33,8 +33,8 @@
#include <grpc/census.h>
#include <grpc/grpc.h>
-#include "src/core/surface/api_trace.h"
-#include "src/core/surface/call.h"
+#include "src/core/lib/surface/api_trace.h"
+#include "src/core/lib/surface/call.h"
void grpc_census_call_set_context(grpc_call *call, census_context *context) {
GRPC_API_TRACE("grpc_census_call_set_context(call=%p, census_context=%p)", 2,