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-HoleFilling
Commits
69cc0cec
Commit
69cc0cec
authored
Nov 30, 2015
by
Martin Schultz
Browse files
reduced includes by means of static code analysis
parent
1575f3ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
HoleFillerPlugin.cc
View file @
69cc0cec
...
...
@@ -49,20 +49,9 @@
#include
"HoleFillerPlugin.hh"
#include
<iostream>
#include
<ACG/GL/GLState.hh>
#include
<ACG/Scenegraph/BaseNode.hh>
#include
<MeshTools/MeshFunctions.hh>
#include
<MeshTools/MeshSelectionT.hh>
#include
<OpenFlipper/BasePlugin/PluginFunctions.hh>
#include
<map>
#include
<limits>
#include
<algorithm>
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#if QT_VERSION >= 0x050000
#else
#include
<QtGui>
#endif
...
...
holefillerToolbar.cc
View file @
69cc0cec
...
...
@@ -48,7 +48,6 @@
\*===========================================================================*/
#include
"holefillerToolbar.hh"
#include
<QtGui>
HoleFillerToolbarWidget
::
HoleFillerToolbarWidget
(
QWidget
*
parent
)
:
QWidget
(
parent
)
...
...
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