Skip to content
Snippets Groups Projects
Commit 27a5bfa3 authored by Martin Schultz's avatar Martin Schultz
Browse files

reduced includes by means of static code analysis

parent c042d8ae
Branches
No related tags found
No related merge requests found
......@@ -49,21 +49,12 @@
#include "FileScript.hh"
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
#include <OpenFlipper/common/GlobalOptions.hh>
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
#include <QFileInfo>
#include <QSettings>
#include <iostream>
QString FileScriptPlugin::getLoadFilters() {
return QString( tr("OpenFlipper Scripting Files ( *.ofs )") );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment