aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/channel_stack.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-25 17:11:06 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-25 17:11:06 -0700
commit9533d042d4f52cc3cb04ea61ca179cce409e391c (patch)
treebd86a8af967ea7b53bb4dff5c158c19224d8f61d /src/core/lib/channel/channel_stack.h
parent8a9fd52b712cf8aa415a4c2cdcd5aa6ac96bb698 (diff)
Fix includes
Diffstat (limited to 'src/core/lib/channel/channel_stack.h')
-rw-r--r--src/core/lib/channel/channel_stack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/channel/channel_stack.h b/src/core/lib/channel/channel_stack.h
index d91a65cb70..b29bee411d 100644
--- a/src/core/lib/channel/channel_stack.h
+++ b/src/core/lib/channel/channel_stack.h
@@ -45,8 +45,8 @@
#include <grpc/grpc.h>
#include <grpc/support/log.h>
-#include "src/core/debug/trace.h"
-#include "src/core/transport/transport.h"
+#include "src/core/lib/debug/trace.h"
+#include "src/core/lib/transport/transport.h"
typedef struct grpc_channel_element grpc_channel_element;
typedef struct grpc_call_element grpc_call_element;