aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/stream.h')
-rw-r--r--include/grpc++/stream.h2
1 files changed, 1 insertions, 1 deletions
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>