diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-20 12:20:11 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-20 12:20:11 -0500 |
| commit | 220bcb0cb8ab4c1dcea5c21a0f80e4f4f6393866 (patch) | |
| tree | 5b13e0c1e7b6aa252b25289aeb4ee4d5e5377420 /src/static-plane.hpp | |
| parent | 9aa1204378c451923b2fb2f0363579e4ce59c23a (diff) | |
pke: glm include cleanup
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]; |
