diff options
Diffstat (limited to 'src/core/Basis.cpp')
-rw-r--r-- | src/core/Basis.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/Basis.cpp b/src/core/Basis.cpp index dff6e4f..b4b24d1 100644 --- a/src/core/Basis.cpp +++ b/src/core/Basis.cpp @@ -1,15 +1,10 @@ #include "Basis.hpp" - - #include "Defs.hpp" - #include "Vector3.hpp" - #include "Quat.hpp" #include <algorithm> - namespace godot { |