Skip to content
GitLab
Menu
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-Subdivider
Commits
0e7daf9e
Commit
0e7daf9e
authored
Nov 30, 2015
by
Martin Schultz
Browse files
reduced includes by means of static code analysis
parent
ae48c881
Changes
1
Show whitespace changes
Inline
Side-by-side
SubdividerPlugin.cc
View file @
0e7daf9e
...
...
@@ -50,14 +50,6 @@
#include
"SubdividerPlugin.hh"
#include
<iostream>
#include
<algorithm>
#include
<OpenFlipper/BasePlugin/PluginFunctions.hh>
#include
<OpenFlipper/common/GlobalOptions.hh>
#include
<OpenFlipper/INIFile/INIFile.hh>
#include
<ACG/Scenegraph/PointNode.hh>
#include
<OpenMesh/Tools/Subdivider/Uniform/LoopT.hh>
#include
<OpenMesh/Tools/Subdivider/Uniform/Sqrt3T.hh>
#include
<OpenMesh/Tools/Subdivider/Uniform/Sqrt3InterpolatingSubdividerLabsikGreinerT.hh>
...
...
@@ -67,7 +59,6 @@
#include
<OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.hh>
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#else
#include
<QtGui>
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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