chore: move controller to subdirectory

This commit is contained in:
dantmnf
2023-01-22 23:13:21 +08:00
parent 91f8c06bcf
commit 7f8e84d3de
38 changed files with 45 additions and 42 deletions

View File

@@ -8,7 +8,7 @@
#include "Config/GeneralConfig.h"
#include "Config/TaskData.h"
#include "Controller.h"
#include "Controller/Controller.h"
#include "Status.h"
#include "Utils/Logger.hpp"
#include "Vision/Miscellaneous/ProcessTaskImageAnalyzer.h"