Remove useless include

This commit is contained in:
Johannes Lorenz
2019-03-22 11:20:37 +01:00
parent 2061d6c35f
commit 52d1f5588a
2 changed files with 5 additions and 6 deletions

View File

@@ -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(
}