Skip to content

Commit

Permalink
core: remove useless includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jan 26, 2024
1 parent a564a06 commit 68dc5e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions include/eigenpy/scipy-allocator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#include "eigenpy/scipy-type.hpp"
#include "eigenpy/register.hpp"

#include <iostream>

namespace eigenpy {

template <typename EigenType, typename BaseType>
Expand Down
1 change: 0 additions & 1 deletion include/eigenpy/sparse/eigen-from-python.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "eigenpy/eigen-allocator.hpp"
#include "eigenpy/scipy-type.hpp"
#include "eigenpy/scalar-conversion.hpp"
#include <iostream>

namespace eigenpy {

Expand Down

0 comments on commit 68dc5e8

Please sign in to comment.