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
Type-Skeleton
Commits
d3a5e23a
Commit
d3a5e23a
authored
Jan 08, 2019
by
Jan Möbius
Browse files
Reduced includes
parent
68299faf
Changes
2
Hide whitespace changes
Inline
Side-by-side
ObjectTypes/Skeleton/PoseT.hh
View file @
d3a5e23a
...
...
@@ -39,19 +39,9 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
#ifndef POSET_HH
#define POSET_HH
#pragma once
#include
"ACG/Math/Matrix4x4T.hh"
#include
"ACG/Math/VectorT.hh"
#include
"ACG/Math/QuaternionT.hh"
#include
"ACG/Math/DualQuaternionT.hh"
...
...
@@ -206,7 +196,5 @@ protected:
#define POSET_TEMPLATES
#include
"PoseT.cc"
#endif
//=============================================================================
#endif
//=============================================================================
ObjectTypes/Skeleton/SkeletonObject.hh
View file @
d3a5e23a
...
...
@@ -39,14 +39,6 @@
* *
\*===========================================================================*/
/*===========================================================================*\
* *
* $Revision$ *
* $LastChangedBy$ *
* $Date$ *
* *
\*===========================================================================*/
//=============================================================================
//
// Types
...
...
@@ -58,9 +50,7 @@
* This File contains the Skeleton Object
*/
#ifndef SKELETONOBJECT_HH
#define SKELETONOBJECT_HH
#pragma once
//== INCLUDES =================================================================
...
...
@@ -71,7 +61,7 @@
#include
<OpenFlipper/common/GlobalOptions.hh>
#include
"SkeletonNodeT.hh"
#include
"SkeletonTypes.hh"
//== TYPEDEFS =================================================================
...
...
@@ -195,6 +185,3 @@ class OBJECTTYPEDLLEXPORT SkeletonObject : public BaseObjectData {
/** @} */
};
//=============================================================================
#endif // SKELETONOBJECT_HH defined
//=============================================================================
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