kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
removed unecessary include
rodzic
0d149f997f
commit
a8cbc37e0d
|
@ -1,4 +1,5 @@
|
||||||
#include <module_com.h>
|
#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) {
|
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);
|
std::lock_guard<std::mutex> lck(mtx);
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <spdlog/spdlog.h>
|
|
||||||
|
|
||||||
struct ModuleComInterface {
|
struct ModuleComInterface {
|
||||||
std::string moduleName;
|
std::string moduleName;
|
||||||
|
|
Ładowanie…
Reference in New Issue