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
OpenFlipper-Free
Commits
da552914
Commit
da552914
authored
Nov 30, 2015
by
Martin Schultz
Browse files
reduced includes by means of static code analysis
parent
62666ec3
Pipeline
#171
failed with stage
Changes
301
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ACG/GL/AntiAliasing.cc
View file @
da552914
...
...
@@ -60,7 +60,6 @@
#include
<ACG/GL/acg_glew.hh>
#include
<ACG/GL/AntiAliasing.hh>
#include
<ACG/Math/VectorT.hh>
#include
<ACG/ShaderUtils/GLSLShader.hh>
#include
<ACG/GL/ScreenQuad.hh>
...
...
ACG/GL/GLError.cc
View file @
da552914
...
...
@@ -61,7 +61,6 @@
//=============================================================================
#include
"GLError.hh"
#include
<string>
//=============================================================================
namespace
ACG
{
...
...
ACG/GL/GLPrimitives.cc
View file @
da552914
...
...
@@ -48,8 +48,6 @@
\*===========================================================================*/
#include
<ACG/GL/acg_glew.hh>
#include
<iostream>
#include
<cstdio>
#include
"GLPrimitives.hh"
#include
<ACG/GL/IRenderer.hh>
...
...
ACG/GL/GLState.cc
View file @
da552914
...
...
@@ -58,7 +58,6 @@
#include
<ACG/GL/acg_glew.hh>
#include
"GLState.hh"
#include
<cstring>
//== NAMESPACES ===============================================================
...
...
ACG/GL/IRenderer.cc
View file @
da552914
...
...
@@ -51,7 +51,6 @@
#include
<cstdio>
#include
<cstring>
#include
<iostream>
#include
<cstdlib>
#include
<QFile>
#include
<QTextStream>
...
...
@@ -60,12 +59,8 @@
#include
<ACG/GL/IRenderer.hh>
#include
<ACG/GL/VertexDeclaration.hh>
#include
<ACG/GL/GLState.hh>
#include
<ACG/GL/GLError.hh>
#include
<ACG/Scenegraph/DrawModes.hh>
#include
<ACG/Scenegraph/MaterialNode.hh>
#include
<ACG/ShaderUtils/GLSLShader.hh>
#include
<ACG/GL/ShaderCache.hh>
#include
<ACG/GL/ScreenQuad.hh>
#include
<ACG/GL/FBO.hh>
...
...
ACG/GL/MeshCompiler.cc
View file @
da552914
...
...
@@ -50,15 +50,10 @@
#include
"MeshCompiler.hh"
#include
<map>
#include
<list>
#include
<cassert>
#include
<iostream>
#include
<sstream>
#include
<algorithm>
#ifdef USE_OPENMP
#include
<omp.h>
#endif
#ifdef ACG_MC_USE_STL_HASH
...
...
ACG/GL/RenderObject.cc
View file @
da552914
...
...
@@ -48,7 +48,6 @@
\*===========================================================================*/
#include
<cstdio>
#include
<cstring>
#include
<iostream>
#include
<cstdlib>
#include
<QFile>
...
...
@@ -59,11 +58,7 @@
#include
<ACG/GL/IRenderer.hh>
#include
<ACG/GL/VertexDeclaration.hh>
#include
<ACG/GL/GLState.hh>
#include
<ACG/Scenegraph/DrawModes.hh>
#include
<ACG/Scenegraph/MaterialNode.hh>
#include
<ACG/ShaderUtils/GLSLShader.hh>
#include
<ACG/GL/ShaderCache.hh>
...
...
ACG/GL/ScreenQuad.cc
View file @
da552914
...
...
@@ -62,7 +62,6 @@
#include
"ScreenQuad.hh"
#include
<ACG/ShaderUtils/GLSLShader.hh>
#include
<ACG/GL/GLError.hh>
#include
<ACG/GL/VertexDeclaration.hh>
#include
<ACG/GL/globjects.hh>
//== NAMESPACES ===============================================================
...
...
ACG/GL/ShaderCache.cc
View file @
da552914
...
...
@@ -49,12 +49,9 @@
#include
"ShaderCache.hh"
#include
"ShaderGenerator.hh"
#include
<cstdio>
#include
<cstring>
#include
<iostream>
#include
<algorithm>
#include
<fstream>
...
...
@@ -63,7 +60,6 @@
#include
<QDir>
#include
<QTextStream>
#include
<ACG/GL/gl.hh>
#include
<ACG/GL/GLError.hh>
#include
<ACG/ShaderUtils/GLSLShader.hh>
...
...
ACG/GL/ShaderGenerator.cc
View file @
da552914
...
...
@@ -49,16 +49,13 @@
#include
"ShaderGenerator.hh"
#include
<cstdio>
#include
<cstring>
#include
<iostream>
#include
<algorithm>
#include
<QFile>
#include
<QFileInfo>
#include
<QDir>
#include
<QTextStream>
#include
<QDateTime>
#include
<QHash>
namespace
ACG
{
...
...
ACG/GL/VertexDeclaration.cc
View file @
da552914
...
...
@@ -52,8 +52,6 @@
#include
<ACG/GL/GLState.hh>
#include
<ACG/ShaderUtils/GLSLShader.hh>
#include
<cassert>
#include
<iostream>
#include
<QTextStream>
#include
"VertexDeclaration.hh"
...
...
ACG/Geometry/Algorithms.cc
View file @
da552914
...
...
@@ -62,8 +62,6 @@
#include
"Algorithms.hh"
#include
<ACG/Utils/NumLimitsT.hh>
#include
<ACG/Utils/VSToolsT.hh>
#include
<cmath>
#include
<ACG/Math/GLMatrixT.hh>
...
...
ACG/Math/BSplineBasis.cc
View file @
da552914
...
...
@@ -61,8 +61,6 @@
//== INCLUDES =================================================================
#include
"BSplineBasis.hh"
#include
<assert.h>
#include
<cmath>
//----------------------------------------------------------------------------
...
...
ACG/QtScenegraph/QtManipulatorNode.cc
View file @
da552914
...
...
@@ -60,9 +60,6 @@
#include
"QtManipulatorNode.hh"
#include
<QMouseEvent>
#include
<QEvent>
//== NAMESPACES ===============================================================
...
...
ACG/QtScenegraph/QtTranslationManipulatorNode.cc
View file @
da552914
...
...
@@ -61,9 +61,6 @@
#include
"QtTranslationManipulatorNode.hh"
#include
<QMouseEvent>
#include
<QEvent>
//== NAMESPACES ===============================================================
...
...
ACG/QtWidgets/QtApplication.cc
View file @
da552914
...
...
@@ -65,19 +65,10 @@
// Qt
#include
<QCursor>
#include
<QWidget>
#include
<QWheelEvent>
#include
<QCloseEvent>
#include
<QMoveEvent>
#include
<QKeyEvent>
#include
<QEvent>
#include
<QTimerEvent>
#include
<QContextMenuEvent>
#include
<QMouseEvent>
// stdc++
#include
<iostream>
#include
<fstream>
...
...
ACG/QtWidgets/QtBaseViewer.cc
View file @
da552914
...
...
@@ -65,45 +65,20 @@
#include
"QtGLGraphicsView.hh"
#include
"QtSceneGraphWidget.hh"
#include
"QtWheel.hh"
#include
"../Scenegraph/DrawModes.hh"
#include
"../GL/gl.hh"
#include
<iostream>
#include
<string>
#include
<cassert>
#include
<QMimeData>
#include
<QToolButton>
#include
<QFrame>
#include
<QClipboard>
#include
<QApplication>
#include
<QSplitter>
#include
<QLayout>
#include
<QPushButton>
#include
<QLabel>
#include
<QStatusBar>
#include
<QImage>
#include
<QColorDialog>
#include
<QFileDialog>
#include
<QToolTip>
#include
<QTextStream>
#include
<QDateTime>
#include
<QTimer>
#include
<QDesktopWidget>
#include
<QMouseEvent>
#include
<QVBoxLayout>
#include
<QKeyEvent>
#include
<QGridLayout>
#include
<QContextMenuEvent>
#include
<QWheelEvent>
#include
<QDropEvent>
#include
<QPixmap>
#include
<QMenu>
#include
<QVariant>
#include
<QButtonGroup>
#include
<QToolBar>
#include
<QGraphicsWidget>
#include
<QGraphicsGridLayout>
...
...
ACG/QtWidgets/QtBaseViewerSnapshot.cc
View file @
da552914
...
...
@@ -64,7 +64,6 @@
#include
<QApplication>
#include
<QStatusBar>
#include
<QFile>
#include
<QFileInfo>
#include
<QFileDialog>
...
...
ACG/QtWidgets/QtClippingDialog.cc
View file @
da552914
...
...
@@ -62,10 +62,6 @@
#include
"../Scenegraph/ClippingNode.hh"
#include
<QPushButton>
#include
<QSlider>
#include
<QLineEdit>
//== NAMESPACES ===============================================================
...
...
ACG/QtWidgets/QtCoordFrameDialog.cc
View file @
da552914
...
...
@@ -61,10 +61,6 @@
#include
"QtCoordFrameDialog.hh"
#include
"../Scenegraph/CoordFrameNode.hh"
#include
<QComboBox>
#include
<QPushButton>
#include
<QGroupBox>
//== NAMESPACES ==============================================================
...
...
Prev
1
2
3
4
5
…
16
Next
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