Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Removed forward declarations: caused build errors & redundant.
Browse files Browse the repository at this point in the history
  • Loading branch information
num3ric committed Mar 23, 2014
1 parent c7268bf commit 8696149
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions include/AMeshSection.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include <vector>

namespace model {

class Skeleton;

class AMeshSection
{
Expand Down
2 changes: 0 additions & 2 deletions include/ModelSourceAssimp.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

#include <unordered_set>

class model::Node;

namespace ai {

//! Assimp loader settings/flags.
Expand Down
2 changes: 0 additions & 2 deletions include/SkinnedMesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#include <vector>
#include <string>

class model::Skeleton;

namespace model {

typedef std::shared_ptr< class SkinnedMesh > SkinnedMeshRef;
Expand Down
2 changes: 0 additions & 2 deletions include/SkinnedVboMesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

#include <vector>

class Skeleton;

namespace model {

typedef std::shared_ptr<class SkinnedVboMesh> SkinnedVboMeshRef;
Expand Down
1 change: 0 additions & 1 deletion include/SkinningRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace model {

class SkinnedMesh;
class SkinnedVboMesh;
class Skeleton;

class SkinningRenderer {
public:
Expand Down

0 comments on commit 8696149

Please sign in to comment.