diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2022-10-05 21:40:33 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2022-10-07 11:27:41 -0500 |
commit | 65eeb94f75d00cf523da114de3587f930cdec13f (patch) | |
tree | dde77921057db9be1a1ffc79da1e22c3915c1cfe /include/godot_cpp/variant/basis.hpp | |
parent | 1507253bd5a8b33df1e72b3848b978bcf4a01586 (diff) | |
download | redot-cpp-65eeb94f75d00cf523da114de3587f930cdec13f.tar.gz |
Update core data structures to match the engine
Diffstat (limited to 'include/godot_cpp/variant/basis.hpp')
-rw-r--r-- | include/godot_cpp/variant/basis.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/godot_cpp/variant/basis.hpp b/include/godot_cpp/variant/basis.hpp index 48c3b0c..00dbc50 100644 --- a/include/godot_cpp/variant/basis.hpp +++ b/include/godot_cpp/variant/basis.hpp @@ -31,7 +31,6 @@ #ifndef GODOT_BASIS_HPP #define GODOT_BASIS_HPP -#include <godot_cpp/core/math.hpp> #include <godot_cpp/variant/quaternion.hpp> #include <godot_cpp/variant/vector3.hpp> |