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

pull/13383/head
Vadim Pisarevsky 15 years ago
parent 26dbbcc070
commit e812a02c0b
  1. 3
      modules/core/include/opencv2/core/eigen.hpp
  2. 1
      modules/core/include/opencv2/core/internal.hpp

@ -46,9 +46,6 @@
#ifdef __cplusplus
#include "cxcore.h"
#ifndef EIGEN_CORE_H
#include <Eigen/Core>
#endif
namespace cv
{

@ -135,6 +135,7 @@ CV_INLINE IppiSize ippiSize(int width, int height)
#endif
#ifdef HAVE_EIGEN2
#include <Eigen/Core>
#include "opencv2/core/eigen.hpp"
#endif

Loading…
Cancel
Save