From ad23ef2a425d5068d290f426e978564787f979d9 Mon Sep 17 00:00:00 2001 From: vbystricky Date: Thu, 3 Apr 2014 10:44:23 +0400 Subject: [PATCH] Remove unused #include "ippverdion.h" --- modules/core/src/matmul.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/core/src/matmul.cpp b/modules/core/src/matmul.cpp index 60c117385..14dd1918f 100644 --- a/modules/core/src/matmul.cpp +++ b/modules/core/src/matmul.cpp @@ -44,10 +44,6 @@ #include "opencl_kernels.hpp" #include "opencv2/core/opencl/runtime/opencl_clamdblas.hpp" -//#ifdef HAVE_IPP -//#include "ippversion.h" -//#endif - namespace cv {