chore: move controller to subdirectory

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

View File

@@ -2,7 +2,7 @@
#include "Utils/Ranges.hpp"
#include "Controller.h"
#include "Controller/Controller.h"
#include "Vision/Infrast/InfrastClueImageAnalyzer.h"
#include "Vision/Infrast/InfrastClueVacancyImageAnalyzer.h"
#include "Vision/MatchImageAnalyzer.h"