Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Plugin-Components
Commits
fb2903b8
Commit
fb2903b8
authored
Nov 30, 2015
by
Martin Schultz
Browse files
reduced includes by means of static code analysis
parent
08f326f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ComponentsPlugin.cc
View file @
fb2903b8
...
...
@@ -49,14 +49,11 @@
#include
"ComponentsPlugin.hh"
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#if QT_VERSION >= 0x050000
#else
#include
<QtGui>
#endif
#include
<MeshTools/MeshInfoT.hh>
const
char
*
SPLIT_COMPONENTS
=
"SplitComponents"
;
const
char
*
BIGGEST_COMPONENT
=
"ComponentsPluginBiggestComponent"
;
...
...
ComponentsScripting.cc
View file @
fb2903b8
...
...
@@ -49,7 +49,6 @@
#include
"ComponentsPlugin.hh"
#include
<OpenFlipper/BasePlugin/PluginFunctions.hh>
#include
<MeshTools/MeshInfoT.hh>
//------------------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment