aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/event_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/surface/event_string.c')
-rw-r--r--src/core/lib/surface/event_string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/surface/event_string.c b/src/core/lib/surface/event_string.c
index 85a372b9ad..360c718a17 100644
--- a/src/core/lib/surface/event_string.c
+++ b/src/core/lib/surface/event_string.c
@@ -31,13 +31,13 @@
*
*/
-#include "src/core/surface/event_string.h"
+#include "src/core/lib/surface/event_string.h"
#include <stdio.h>
#include <grpc/byte_buffer.h>
#include <grpc/support/string_util.h>
-#include "src/core/support/string.h"
+#include "src/core/lib/support/string.h"
static void addhdr(gpr_strvec *buf, grpc_event *ev) {
char *tmp;