summaryrefslogtreecommitdiffstats
path: root/tools/platform/vector-math.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/platform/vector-math.h')
-rw-r--r--tools/platform/vector-math.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/platform/vector-math.h b/tools/platform/vector-math.h
index 2e24833eb..de84fe09f 100644
--- a/tools/platform/vector-math.h
+++ b/tools/platform/vector-math.h
@@ -3,10 +3,10 @@
// We will use the GLM library for our vector math types, just for simplicity.
-#include "../../external/glm/glm/glm.hpp"
-#include "../../external/glm/glm/gtc/constants.hpp"
-#include "../../external/glm/glm/gtc/matrix_transform.hpp"
-#include "../../external/glm/glm/gtc/quaternion.hpp"
+#include "glm/glm.hpp"
+#include "glm/gtc/constants.hpp"
+#include "glm/gtc/matrix_transform.hpp"
+#include "glm/gtc/quaternion.hpp"
namespace gfx
{