aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/rpc_service_method.h
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-03-04 09:08:28 -0800
committerGravatar Yang Gao <yangg@google.com>2015-03-04 09:08:28 -0800
commitee7ab3db2f49a25e097b0c75959f1b980e3f6f3c (patch)
treeaa84c704408d4518cbd4a1c88da123daf339331c /include/grpc++/impl/rpc_service_method.h
parent1acbf435748b310a11af018dbd3793edf5b42732 (diff)
Remove include google/protobuf/message.h as it should be covered in config.h
Diffstat (limited to 'include/grpc++/impl/rpc_service_method.h')
-rw-r--r--include/grpc++/impl/rpc_service_method.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/rpc_service_method.h b/include/grpc++/impl/rpc_service_method.h
index 325c8812ca..097667827a 100644
--- a/include/grpc++/impl/rpc_service_method.h
+++ b/include/grpc++/impl/rpc_service_method.h
@@ -39,10 +39,10 @@
#include <memory>
#include <vector>
+#include <grpc++/config.h>
#include <grpc++/impl/rpc_method.h>
#include <grpc++/status.h>
#include <grpc++/stream.h>
-#include <google/protobuf/message.h>
namespace grpc {
class ServerContext;