Skip to content

Commit

Permalink
remove old includes that have been deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Nov 1, 2023
1 parent 9a68a1d commit d1eab51
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions header_list.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

set(mim_detail_compute_headers
include/mim/detail/compute/compute_functors.hpp
include/mim/detail/compute/compute_matrix.hpp
include/mim/detail/compute/compute_quaternion.hpp
include/mim/detail/compute/compute_vector.hpp
)

set(mim_detail_func_headers
Expand Down
1 change: 0 additions & 1 deletion include/mim/detail/func/func_vector1.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "mim/cmath.hpp"
#include "mim/detail/compute/compute_functors.hpp"
#include "mim/detail/compute/compute_vector.hpp"
#include "mim/detail/defines.hpp"
#include "mim/mimConstants.hpp"

Expand Down
1 change: 0 additions & 1 deletion include/mim/detail/func/func_vector2.inl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "mim/cmath.hpp"
#include "mim/detail/compute/compute_functors.hpp"
#include "mim/detail/compute/compute_vector.hpp"
#include "mim/detail/defines.hpp"
#include "mim/mimConstants.hpp"

Expand Down
1 change: 0 additions & 1 deletion include/mim/detail/func/func_vector3.inl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2023-Present Mim contributors (see LICENSE)

#include "mim/detail/compute/compute_functors.hpp"
#include "mim/detail/compute/compute_vector.hpp"
#include "mim/detail/defines.hpp"

#include "mim/mimConstants.hpp"
Expand Down
1 change: 0 additions & 1 deletion include/mim/detail/func/func_vector4.inl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Copyright (c) 2023-Present Mim contributors (see LICENSE)

#include "mim/detail/compute/compute_vector.hpp"
#include "mim/cmath.hpp"
#include "mim/mimConstants.hpp"

Expand Down

0 comments on commit d1eab51

Please sign in to comment.