aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/client_context.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++/client_context.h
parentf48e538003186a539fa6cfcda0b474c7cfbae506 (diff)
Further work. Compiles. WIP
Diffstat (limited to 'include/grpc++/client_context.h')
-rw-r--r--include/grpc++/client_context.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/include/grpc++/client_context.h b/include/grpc++/client_context.h
index a926ed0505..02b2ebdff8 100644
--- a/include/grpc++/client_context.h
+++ b/include/grpc++/client_context.h
@@ -53,18 +53,19 @@
#include <memory>
#include <string>
-#include <grpc++/impl/sync.h>
-#include <grpc++/security/auth_context.h>
-#include <grpc++/support/config.h>
-#include <grpc++/support/status.h>
-#include <grpc++/support/string_ref.h>
-#include <grpc++/support/time.h>
-#include <grpc/compression.h>
-#include <grpc/grpc.h>
-#include <grpc/support/log.h>
-#include <grpc/support/time.h>
+#include <grpc++/impl/codegen/sync.h>
+#include <grpc++/impl/codegen/security/auth_context.h>
+#include <grpc++/impl/codegen/config.h>
+#include <grpc++/impl/codegen/status.h>
+#include <grpc++/impl/codegen/string_ref.h>
+#include <grpc++/impl/codegen/time.h>
+#include <grpc/impl/codegen/compression_types.h>
+#include <grpc/impl/codegen/propagation_bits.h>
+#include <grpc/impl/codegen/log.h>
+#include <grpc/impl/codegen/time.h>
struct census_context;
+struct grpc_call;
namespace grpc {