diff options
Diffstat (limited to 'src/core/Quat.cpp')
-rw-r--r-- | src/core/Quat.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/core/Quat.cpp b/src/core/Quat.cpp index 866de2b..14d4f45 100644 --- a/src/core/Quat.cpp +++ b/src/core/Quat.cpp @@ -1,14 +1,10 @@ #include "Quat.hpp" - - -#include <cmath> - #include "Defs.hpp" - #include "Vector3.hpp" - #include "Basis.hpp" +#include <cmath> + namespace godot { real_t Quat::length() const |