Remove useless include
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -22,16 +22,14 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Plugin.h"
|
||||
|
||||
#include <QtGlobal>
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QDir>
|
||||
#include <QtCore/QLibrary>
|
||||
#include <QMessageBox>
|
||||
|
||||
// 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(
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user