From e812a02c0b63e6086cc4ae4c7b6380eced3429c3 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 23 Sep 2010 20:03:47 +0000 Subject: [PATCH] remove #include from eigen.hpp --- modules/core/include/opencv2/core/eigen.hpp | 3 --- modules/core/include/opencv2/core/internal.hpp | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/core/include/opencv2/core/eigen.hpp b/modules/core/include/opencv2/core/eigen.hpp index 31bbd43..505652f 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 3347576..6fd834e 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 -- 2.7.4