aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/impl/call.h (renamed from include/grpc++/call.h)0
-rw-r--r--include/grpc++/stream.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/call.h b/include/grpc++/impl/call.h
index de789febe6..de789febe6 100644
--- a/include/grpc++/call.h
+++ b/include/grpc++/impl/call.h
diff --git a/include/grpc++/stream.h b/include/grpc++/stream.h
index c30825a7a5..57ca86ad70 100644
--- a/include/grpc++/stream.h
+++ b/include/grpc++/stream.h
@@ -34,9 +34,9 @@
#ifndef __GRPCPP_STREAM_H__
#define __GRPCPP_STREAM_H__
-#include <grpc++/call.h>
#include <grpc++/channel_interface.h>
#include <grpc++/completion_queue.h>
+#include <grpc++/impl/call.h>
#include <grpc++/status.h>
#include <grpc/support/log.h>