aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface/event_string.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/surface/event_string.cc')
-rw-r--r--src/core/lib/surface/event_string.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/surface/event_string.cc b/src/core/lib/surface/event_string.cc
index 5168edc9b5..7f40bb2405 100644
--- a/src/core/lib/surface/event_string.cc
+++ b/src/core/lib/surface/event_string.cc
@@ -22,7 +22,7 @@
#include <grpc/byte_buffer.h>
#include <grpc/support/string_util.h>
-#include "src/core/lib/support/string.h"
+#include "src/core/lib/gpr/string.h"
static void addhdr(gpr_strvec* buf, grpc_event* ev) {
char* tmp;