summaryrefslogtreecommitdiff
path: root/editor/editor.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-02-20 12:20:11 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-02-20 12:20:11 -0500
commit220bcb0cb8ab4c1dcea5c21a0f80e4f4f6393866 (patch)
tree5b13e0c1e7b6aa252b25289aeb4ee4d5e5377420 /editor/editor.cpp
parent9aa1204378c451923b2fb2f0363579e4ce59c23a (diff)
pke: glm include cleanup
Diffstat (limited to 'editor/editor.cpp')
-rw-r--r--editor/editor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp
index c7b1348..ed1b017 100644
--- a/editor/editor.cpp
+++ b/editor/editor.cpp
@@ -28,7 +28,6 @@
#include <cstdio>
#include <filesystem>
#include <future>
-#include <glm/fwd.hpp>
#include <regex>
#ifdef WIN32