From 52d1f5588a02cad0adbec46a3ce3435f003402a3 Mon Sep 17 00:00:00 2001 From: Johannes Lorenz Date: Fri, 22 Mar 2019 11:20:37 +0100 Subject: [PATCH] Remove useless include --- include/Plugin.h | 4 ++-- src/core/Plugin.cpp | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/include/Plugin.h b/include/Plugin.h index 31c83c4ba..9a0757c35 100644 --- a/include/Plugin.h +++ b/include/Plugin.h @@ -196,8 +196,8 @@ public: private: - // You can add stuff values mapped by "Key" below - // The defaults are sane, i.e. redirect to sub plugins + // You can add values mapped by "Key" below + // The defaults are sane, i.e. redirect to sub plugin's // supererior descriptor virtual QString additionalFileExtensions(const Key&) const diff --git a/src/core/Plugin.cpp b/src/core/Plugin.cpp index cd1cf8b99..411f6fe58 100644 --- a/src/core/Plugin.cpp +++ b/src/core/Plugin.cpp @@ -22,16 +22,14 @@ * */ +#include "Plugin.h" + #include #include #include #include #include -// comment separator to prevent clang's header sorting -#include "lmmsconfig.h" - -#include "Plugin.h" #include "embed.h" #include "Engine.h" #include "GuiApplication.h" @@ -314,3 +312,4 @@ QDomElement Plugin::Descriptor::SubPluginFeatures::Key::saveXML( } +