refactor: service folder structure
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
#include "TaskManager.h"
|
||||
|
||||
// Services
|
||||
#include "NodeService.h"
|
||||
#include "NetworkService.h"
|
||||
#include "ClusterService.h"
|
||||
#include "TaskService.h"
|
||||
#include "services/NodeService.h"
|
||||
#include "services/NetworkService.h"
|
||||
#include "services/ClusterService.h"
|
||||
#include "services/TaskService.h"
|
||||
#include "RelayService.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user