removed unecessary include

This commit is contained in:
AlexandreRouma
2023-02-23 10:05:04 +01:00
parent 0d149f997f
commit a8cbc37e0d
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#include <module_com.h>
#include <spdlog/spdlog.h>
bool ModuleComManager::registerInterface(std::string moduleName, std::string name, void (*handler)(int code, void* in, void* out, void* ctx), void* ctx) {
std::lock_guard<std::mutex> lck(mtx);