From: Vadim Pisarevsky Date: Thu, 23 Sep 2010 20:03:47 +0000 (+0000) Subject: remove #include from eigen.hpp X-Git-Tag: submit/tizen/20180620.034203~3^2~8661 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e812a02c0b63e6086cc4ae4c7b6380eced3429c3;p=platform%2Fupstream%2Fopencv.git remove #include from eigen.hpp --- diff --git a/modules/core/include/opencv2/core/eigen.hpp b/modules/core/include/opencv2/core/eigen.hpp index 31bbd436a3..505652faa7 100644 --- a/modules/core/include/opencv2/core/eigen.hpp +++ b/modules/core/include/opencv2/core/eigen.hpp @@ -46,9 +46,6 @@ #ifdef __cplusplus #include "cxcore.h" -#ifndef EIGEN_CORE_H -#include -#endif namespace cv { diff --git a/modules/core/include/opencv2/core/internal.hpp b/modules/core/include/opencv2/core/internal.hpp index 33475765d1..6fd834ee2f 100644 --- a/modules/core/include/opencv2/core/internal.hpp +++ b/modules/core/include/opencv2/core/internal.hpp @@ -135,6 +135,7 @@ CV_INLINE IppiSize ippiSize(int width, int height) #endif #ifdef HAVE_EIGEN2 + #include #include "opencv2/core/eigen.hpp" #endif