mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
Updates include paths and removes dependency
Updates the include paths in omath.hpp to be more explicit, ensuring correct referencing of header files. Removes unnecessary include of vector3.hpp from vector2.hpp.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
//
|
||||
|
||||
#pragma once
|
||||
#include "vector3.hpp"
|
||||
#include <cmath>
|
||||
#include <format>
|
||||
#include <tuple>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user