aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-10-13 15:21:14 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-10-13 15:21:14 -0700
commitd39f40da9e1bbe2570ea6f313a938fd98c43d366 (patch)
treef4032db69f06c8839f3e11cfe0753340ca8d20f6 /include/grpc++/server.h
parent8f7739bcd6f14e18e2f342cba8e940942f37a48b (diff)
Fix include files
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index 99b5975847..9c33b38ce0 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -50,7 +50,7 @@
#include <grpc++/support/status.h>
#include <grpc/compression.h>
-#include "src/cpp/rpcmanager/grpc_rpc_manager.h"
+#include "src/cpp/thread_manager/thread_manager.h"
struct grpc_server;