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

Fix include files

parent 8f7739bc
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
#include <grpc++/support/status.h> #include <grpc++/support/status.h>
#include <grpc/compression.h> #include <grpc/compression.h>
#include "src/cpp/rpcmanager/grpc_rpc_manager.h" #include "src/cpp/thread_manager/thread_manager.h"
struct grpc_server; struct grpc_server;
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <grpc/support/log.h> #include <grpc/support/log.h>
#include <climits> #include <climits>
#include "src/cpp/rpcmanager/grpc_rpc_manager.h" #include "src/cpp/thread_manager/thread_manager.h"
namespace grpc { namespace grpc {
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <grpc++/grpc++.h> #include <grpc++/grpc++.h>
#include <grpc/support/log.h> #include <grpc/support/log.h>
#include "test/cpp/rpcmanager/grpc_rpc_manager_test.h" #include "test/cpp/thread_manager/thread_manager_test.h"
#include "test/cpp/util/test_config.h" #include "test/cpp/util/test_config.h"
using grpc::testing::ThreadManagerTest; using grpc::testing::ThreadManagerTest;
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#ifndef GRPC_TEST_CPP_THREAD_MANAGER_TEST_H #ifndef GRPC_TEST_CPP_THREAD_MANAGER_TEST_H
#define GRPC_TEST_CPP_THREAD_MANAGER_TEST_H #define GRPC_TEST_CPP_THREAD_MANAGER_TEST_H
#include "src/cpp/rpcmanager/grpc_rpc_manager.h" #include "src/cpp/thread_manager/thread_manager.h"
namespace grpc { namespace grpc {
namespace testing { namespace testing {
......
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