aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/call.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-25 17:32:48 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-25 17:32:48 -0800
commit2425bbbc5587665112bc372c14f6b5483c902370 (patch)
tree615d3fb670d87965bd54f2452d302be545a58dd2 /include/grpc++/impl/call.h
parentf48e538003186a539fa6cfcda0b474c7cfbae506 (diff)
Further work. Compiles. WIP
Diffstat (limited to 'include/grpc++/impl/call.h')
-rw-r--r--include/grpc++/impl/call.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/grpc++/impl/call.h b/include/grpc++/impl/call.h
index 0fc0698e54..ec64c9f884 100644
--- a/include/grpc++/impl/call.h
+++ b/include/grpc++/impl/call.h
@@ -40,22 +40,22 @@
#include <cstring>
#include <grpc/support/alloc.h>
+#include <grpc/impl/codegen/grpc_types.h>
#include <grpc++/client_context.h>
-#include <grpc++/completion_queue.h>
#include <grpc++/impl/codegen/call_hook.h>
#include <grpc++/impl/codegen/completion_queue_tag.h>
#include <grpc++/impl/serialization_traits.h>
-#include <grpc++/support/config.h>
-#include <grpc++/support/status.h>
+#include <grpc++/impl/codegen/config.h>
+#include <grpc++/impl/codegen/status.h>
-struct grpc_call;
-struct grpc_op;
+struct grpc_byte_buffer;
namespace grpc {
class ByteBuffer;
class Call;
class CallHook;
+class CompletionQueue;
void FillMetadataMap(
grpc_metadata_array* arr,