aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-04-25 17:20:18 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2020-04-29 17:23:25 +0300
commit24a55ed0785b4ec02b69e3a7a3e36ee9a45cc458 (patch)
tree1dc30b013e6b0fc6fc0650207c6b6c21a0c8e141 /src/main.cpp
parentAdd libfuzzer test to libconfiguration (diff)
downloadsmolbote-24a55ed0785b4ec02b69e3a7a3e36ee9a45cc458.tar.xz
Cleanup
- Don't run configuration fuzzer as test - Remove plugins/ConfigurationEditor - Move exported interfaces to include/smolbote - Install plugin interfaces
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 9ceda77..ca85b65 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -20,7 +20,6 @@
#include <QStandardPaths>
#include <iostream>
#include <memory>
-#include <plugininterface.h>
#include <pluginloader.h>
#include <spdlog/spdlog.h>