diff options
Diffstat (limited to 'src/static-plane.hpp')
| -rw-r--r-- | src/static-plane.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/static-plane.hpp b/src/static-plane.hpp index 097a779..7efe44f 100644 --- a/src/static-plane.hpp +++ b/src/static-plane.hpp @@ -1,8 +1,7 @@ #ifndef PKE_STATIC_PLANE_HPP #define PKE_STATIC_PLANE_HPP -#include <glm/ext/vector_float3.hpp> -#include <glm/ext/vector_float2.hpp> +#include "vendor-glm-include.hpp" struct IntrinsicShapePlane { glm::vec2 vert[4]; |
