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

reduced includes by means of static code analysis

parent 08f326f8
No related branches found
No related tags found
No related merge requests found
......@@ -50,13 +50,10 @@
#include "ComponentsPlugin.hh"
#if QT_VERSION >= 0x050000
#include <QtWidgets>
#else
#include <QtGui>
#endif
#include <MeshTools/MeshInfoT.hh>
const char *SPLIT_COMPONENTS = "SplitComponents";
const char *BIGGEST_COMPONENT = "ComponentsPluginBiggestComponent";
......
......@@ -49,7 +49,6 @@
#include "ComponentsPlugin.hh"
#include <OpenFlipper/BasePlugin/PluginFunctions.hh>
#include <MeshTools/MeshInfoT.hh>
//------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment