From 97d232c11d38f94e6719c83aa31771201c85430c Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Wed, 5 Oct 2022 22:00:15 -0500 Subject: Enhancements to includes in core data structures --- core/math/quaternion.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/math/quaternion.h') diff --git a/core/math/quaternion.h b/core/math/quaternion.h index 43d7bffcfc..077fe5f189 100644 --- a/core/math/quaternion.h +++ b/core/math/quaternion.h @@ -31,10 +31,10 @@ #ifndef QUATERNION_H #define QUATERNION_H -#include "core/math/math_defs.h" #include "core/math/math_funcs.h" #include "core/math/vector3.h" -#include "core/string/ustring.h" + +class String; struct _NO_DISCARD_ Quaternion { union { -- cgit v1.2.3