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-Laplace
Commits
f5142163
Commit
f5142163
authored
Nov 30, 2015
by
Martin Schultz
Browse files
reduced includes by means of static code analysis
parent
e6b486a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
LaplacePlugin.cc
View file @
f5142163
...
...
@@ -50,19 +50,14 @@
#include
"LaplacePlugin.hh"
#include
<iostream>
#include
<ACG/GL/GLState.hh>
#include
"OpenFlipper/BasePlugin/PluginFunctions.hh"
#include
<ObjectTypes/PolyMesh/PolyMesh.hh>
#include
<ObjectTypes/TriangleMesh/TriangleMesh.hh>
#ifdef USE_OPENMP
#include
<omp.h>
#endif
#if QT_VERSION >= 0x050000
#include
<QtWidgets>
#if QT_VERSION >= 0x050000
#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