aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/transport/chttp2/frame_ping.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/transport/chttp2/frame_ping.h')
-rw-r--r--src/core/lib/transport/chttp2/frame_ping.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/transport/chttp2/frame_ping.h b/src/core/lib/transport/chttp2/frame_ping.h
index 87bf1d3257..7640fc4773 100644
--- a/src/core/lib/transport/chttp2/frame_ping.h
+++ b/src/core/lib/transport/chttp2/frame_ping.h
@@ -35,8 +35,8 @@
#define GRPC_CORE_LIB_TRANSPORT_CHTTP2_FRAME_PING_H
#include <grpc/support/slice.h>
-#include "src/core/iomgr/exec_ctx.h"
-#include "src/core/transport/chttp2/frame.h"
+#include "src/core/lib/iomgr/exec_ctx.h"
+#include "src/core/lib/transport/chttp2/frame.h"
typedef struct {
uint8_t byte;