From 54adb3c9cf443974777770ae4884838894a55798 Mon Sep 17 00:00:00 2001 From: Leonid Beynenson Date: Mon, 19 Dec 2011 18:31:20 +0000 Subject: [PATCH] Removed unrequired dependency to the header "cvconfig.h". --- modules/stitching/include/opencv2/stitching/detail/util.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/stitching/include/opencv2/stitching/detail/util.hpp b/modules/stitching/include/opencv2/stitching/detail/util.hpp index 59a4e56..b304761 100644 --- a/modules/stitching/include/opencv2/stitching/detail/util.hpp +++ b/modules/stitching/include/opencv2/stitching/detail/util.hpp @@ -44,7 +44,6 @@ #define __OPENCV_STITCHING_UTIL_HPP__ #include -#include "cvconfig.h" #include "opencv2/core/core.hpp" #define ENABLE_LOG 1 -- 2.7.4