]> git.localhorst.tv Git - blank.git/blobdiff - src/model/bounds.hpp
fix assert inclusion in rand
[blank.git] / src / model / bounds.hpp
index 3bbb6d798250bb442f84670a38582d51b41751fd..7177290521bb258311b3763e765c73e9aac8e05c 100644 (file)
@@ -2,10 +2,10 @@
 #define BLANK_MODEL_BOUNDS_HPP_
 
 #include "CollisionBounds.hpp"
-#include "geometry.hpp"
+#include "../geometry/primitive.hpp"
+#include "../graphics/glm.hpp"
 
 #include <vector>
-#include <glm/glm.hpp>
 
 
 namespace blank {