Skip to content
Snippets Groups Projects
Verified Commit 2754461b authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core/ufunc: remove useless include

parent 8635eb61
No related branches found
No related tags found
No related merge requests found
...@@ -5,16 +5,8 @@ ...@@ -5,16 +5,8 @@
#ifndef __eigenpy_ufunc_hpp__ #ifndef __eigenpy_ufunc_hpp__
#define __eigenpy_ufunc_hpp__ #define __eigenpy_ufunc_hpp__
#include "eigenpy/fwd.hpp"
#include "eigenpy/numpy-type.hpp"
#include "eigenpy/exception.hpp"
#include "eigenpy/user-type.hpp" #include "eigenpy/user-type.hpp"
#include <algorithm>
#include <map>
#include <typeinfo>
#include <string>
namespace eigenpy namespace eigenpy
{ {
namespace internal namespace internal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment