summaryrefslogtreecommitdiffstats
path: root/core/math/vector4.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/math/vector4.h')
-rw-r--r--core/math/vector4.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/math/vector4.h b/core/math/vector4.h
index 426c473e13..ac7b6c3aee 100644
--- a/core/math/vector4.h
+++ b/core/math/vector4.h
@@ -31,10 +31,10 @@
#ifndef VECTOR4_H
#define VECTOR4_H
-#include "core/math/math_defs.h"
+#include "core/error/error_macros.h"
#include "core/math/math_funcs.h"
-#include "core/math/vector3.h"
-#include "core/string/ustring.h"
+
+class String;
struct _NO_DISCARD_ Vector4 {
static const int AXIS_COUNT = 4;