]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/object.cpp
Some more cleanup of includes and forward declarations
[libs/gl.git] / source / render / object.cpp
index 8a3963eebe992f9db802184b5f20b9d86b461ab7..98eb05f7cdb53deb5eb9e7703f48a5aebfdde0cf 100644 (file)
@@ -2,12 +2,9 @@
 #include <msp/fs/utils.h>
 #include <msp/strings/format.h>
 #include "error.h"
-#include "material.h"
 #include "mesh.h"
 #include "object.h"
 #include "objectinstance.h"
-#include "program.h"
-#include "programdata.h"
 #include "renderer.h"
 #include "resourcemanager.h"
 #include "technique.h"
@@ -17,7 +14,7 @@ using namespace std;
 namespace Msp {
 namespace GL {
 
-Matrix Object::identity_matrix;
+const Matrix Object::identity_matrix;
 
 Object::Object():
        lods(1),