Skip to content
Snippets Groups Projects
Commit c7625b0e authored by Craig Tiller's avatar Craig Tiller
Browse files

Move header #include

parent f01ea7ce
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include <chrono> #include <chrono>
#include <map> #include <map>
#include <mutex>
#include "config.h" #include "config.h"
......
...@@ -32,6 +32,9 @@ ...@@ -32,6 +32,9 @@
*/ */
#include <grpc++/server_context.h> #include <grpc++/server_context.h>
#include <mutex>
#include <grpc++/impl/call.h> #include <grpc++/impl/call.h>
#include <grpc/grpc.h> #include <grpc/grpc.h>
#include <grpc/support/log.h> #include <grpc/support/log.h>
......
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