aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/support
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-25 18:22:28 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-25 18:22:28 -0800
commitb523c732d121fad251edcd06ef6db70a9668d3c7 (patch)
tree0efc817cdd1e9c530f5aed452dd03b85a9318903 /include/grpc++/support
parent3452ae27c107aa583cbbb0ae01399b597b1bac4c (diff)
async_stream.h done. Compiles
Diffstat (limited to 'include/grpc++/support')
-rw-r--r--include/grpc++/support/async_stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/grpc++/support/async_stream.h b/include/grpc++/support/async_stream.h
index 511ad17852..5a811f9217 100644
--- a/include/grpc++/support/async_stream.h
+++ b/include/grpc++/support/async_stream.h
@@ -35,9 +35,9 @@
#define GRPCXX_SUPPORT_ASYNC_STREAM_H
#include <grpc++/impl/codegen/channel_interface.h>
-#include <grpc++/impl/call.h>
-#include <grpc++/impl/service_type.h>
-#include <grpc++/server_context.h>
+#include <grpc++/impl/codegen/call.h>
+#include <grpc++/impl/codegen/service_type.h>
+#include <grpc++/impl/codegen/server_context.h>
#include <grpc++/impl/codegen/status.h>
namespace grpc {