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-plane.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/static-plane.hpp') 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 -#include +#include "vendor-glm-include.hpp" struct IntrinsicShapePlane { glm::vec2 vert[4]; -- cgit v1.2.3