From 220bcb0cb8ab4c1dcea5c21a0f80e4f4f6393866 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 20 Feb 2025 12:20:11 -0500 Subject: pke: glm include cleanup --- src/static-cube.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/static-cube.hpp') diff --git a/src/static-cube.hpp b/src/static-cube.hpp index 77ff439..c06baa6 100644 --- a/src/static-cube.hpp +++ b/src/static-cube.hpp @@ -1,8 +1,7 @@ #ifndef PKE_STATIC_CUBE_HPP #define PKE_STATIC_CUBE_HPP -#include -#include +#include "vendor-glm-include.hpp" struct IntrinsicShapeCube { glm::vec3 vert[8]; -- cgit v1.2.3