perf: update signatures of functions in Controller

This commit is contained in:
Horror Proton
2023-04-24 00:55:26 +08:00
parent 8c7f1f1940
commit 9bf32dbd5a
9 changed files with 29 additions and 38 deletions

View File

@@ -2,10 +2,6 @@
#include "Utils/Platform.hpp"
#include <algorithm>
#include <chrono>
#include <cstdint>
#include <memory>
#include <regex>
#include <utility>
#include <vector>
@@ -24,14 +20,9 @@
#endif
#include "AdbController.h"
#include "MaatouchController.h"
#include "MinitouchController.h"
#include "Common/AsstTypes.h"
#include "Config/GeneralConfig.h"
#include "Utils/Logger.hpp"
#include "Utils/StringMisc.hpp"
#include "Utils/WorkingDir.hpp"
asst::Controller::Controller(const AsstCallback& callback, Assistant* inst)
: InstHelper(inst), m_callback(callback), m_rand_engine(std::random_device {}())