From 51311779b3ae693e8b52c29e153d1365921189d8 Mon Sep 17 00:00:00 2001 From: Rok Mandeljc Date: Sat, 30 Aug 2014 00:03:59 +0200 Subject: [PATCH] samples: gpu: performance: remove inclusion of opencv2/legacy.hpp header The header is gone now, along with the opencv_legacy module. --- samples/gpu/performance/tests.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/gpu/performance/tests.cpp b/samples/gpu/performance/tests.cpp index 4d6f778..305f0cc 100644 --- a/samples/gpu/performance/tests.cpp +++ b/samples/gpu/performance/tests.cpp @@ -12,7 +12,6 @@ #include "opencv2/cudaoptflow.hpp" #include "opencv2/cudabgsegm.hpp" -#include "opencv2/legacy.hpp" #include "performance.h" #include "opencv2/opencv_modules.hpp" -- 2.7.4