diff --git a/include/omath/linear_algebra/vector2.hpp b/include/omath/linear_algebra/vector2.hpp index d86153c..7e8ddc8 100644 --- a/include/omath/linear_algebra/vector2.hpp +++ b/include/omath/linear_algebra/vector2.hpp @@ -3,7 +3,6 @@ // #pragma once -#include "vector3.hpp" #include #include #include diff --git a/include/omath/omath.hpp b/include/omath/omath.hpp index 2276798..a867dd1 100644 --- a/include/omath/omath.hpp +++ b/include/omath/omath.hpp @@ -10,8 +10,8 @@ #include "omath/angle.hpp" // Vector classes (in dependency order) -#include "linear_algebra/vector2.hpp" -#include "linear_algebra/vector4.hpp" +#include "omath/linear_algebra/vector2.hpp" +#include "omath/linear_algebra/vector4.hpp" #include "omath/linear_algebra/vector3.hpp" // Matrix classes