Commit e812a02c authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

remove #include <Eigen/Core> from eigen.hpp

parent 26dbbcc0
...@@ -46,9 +46,6 @@ ...@@ -46,9 +46,6 @@
#ifdef __cplusplus #ifdef __cplusplus
#include "cxcore.h" #include "cxcore.h"
#ifndef EIGEN_CORE_H
#include <Eigen/Core>
#endif
namespace cv namespace cv
{ {
......
...@@ -135,6 +135,7 @@ CV_INLINE IppiSize ippiSize(int width, int height) ...@@ -135,6 +135,7 @@ CV_INLINE IppiSize ippiSize(int width, int height)
#endif #endif
#ifdef HAVE_EIGEN2 #ifdef HAVE_EIGEN2
#include <Eigen/Core>
#include "opencv2/core/eigen.hpp" #include "opencv2/core/eigen.hpp"
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment