From 40197685bb0dbc76b7670fdd9fdddf07b44659ff Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Mon, 7 Oct 2019 16:26:27 +0200 Subject: Remove circular dependency between Vector3 and Basis. --- core/math/basis.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/math/basis.h') diff --git a/core/math/basis.h b/core/math/basis.h index 053effda69..4be4ea4cd3 100644 --- a/core/math/basis.h +++ b/core/math/basis.h @@ -28,13 +28,11 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -// Circular dependency between Vector3 and Basis :/ -#include "core/math/vector3.h" - #ifndef BASIS_H #define BASIS_H #include "core/math/quat.h" +#include "core/math/vector3.h" class Basis { public: -- cgit v1.2.3