Skip to content
Snippets Groups Projects
Commit f72ec6b3 authored by Sree Kuchibhotla's avatar Sree Kuchibhotla
Browse files

Move thread_manager.h header from server.h to server_cc.cc

parent 77c483b7
No related branches found
No related tags found
No related merge requests found
...@@ -50,8 +50,6 @@ ...@@ -50,8 +50,6 @@
#include <grpc++/support/status.h> #include <grpc++/support/status.h>
#include <grpc/compression.h> #include <grpc/compression.h>
#include "src/cpp/thread_manager/thread_manager.h"
struct grpc_server; struct grpc_server;
namespace grpc { namespace grpc {
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
#include <grpc/support/log.h> #include <grpc/support/log.h>
#include "src/core/lib/profiling/timers.h" #include "src/core/lib/profiling/timers.h"
#include "src/cpp/server/thread_pool_interface.h" #include "src/cpp/thread_manager/thread_manager.h"
namespace grpc { namespace grpc {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment