Skip to content

Commit

Permalink
Remove useless ''includes''
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou authored Mar 1, 2024
1 parent 519cc41 commit 970366e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion include/eve/detail/function/simd/common/to_logical.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//==================================================================================================
#pragma once

#include "eve/traits/element_type.hpp"
#include <eve/detail/abi.hpp>
#include <eve/detail/is_native.hpp>
#include <eve/forward.hpp>
Expand Down
1 change: 0 additions & 1 deletion include/eve/module/core/regular/impl/absmax.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//==================================================================================================
#pragma once

#include "eve/module/core/decorator/saturated.hpp"
#include <eve/module/core/regular/abs.hpp>
#include <eve/module/core/regular/max.hpp>
#include <eve/detail/function/conditional.hpp>
Expand Down
2 changes: 0 additions & 2 deletions include/eve/module/core/regular/impl/simd/arm/neon/rem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
//==================================================================================================
#pragma once

#include "eve/detail/overload.hpp"

#include <eve/detail/abi.hpp>
#include <eve/detail/skeleton_calls.hpp>

Expand Down

0 comments on commit 970366e

Please sign in to comment.