]> git.tdb.fi Git - libs/gl.git/blobdiff - source/materials/light.h
Some more cleanup of includes and forward declarations
[libs/gl.git] / source / materials / light.h
index 4532d0d42c4035c2442fbcaf2e1eea414ce6c164..a6ffd16efd3701d456cb3b0d3578b0ee558d6f6b 100644 (file)
@@ -1,15 +1,15 @@
 #ifndef MSP_GL_LIGHT_H_
 #define MSP_GL_LIGHT_H_
 
-#include <vector>
 #include <msp/datafile/objectloader.h>
+#include <msp/geometry/angle.h>
 #include "color.h"
 #include "placeable.h"
+#include "vector.h"
 
 namespace Msp {
 namespace GL {
 
-class Matrix;
 class ProgramData;
 
 /**