samples: gpu: performance: remove inclusion of opencv2/legacy.hpp header
authorRok Mandeljc <rok.mandeljc@gmail.com>
Fri, 29 Aug 2014 22:03:59 +0000 (00:03 +0200)
committerRok Mandeljc <rok.mandeljc@gmail.com>
Fri, 29 Aug 2014 23:01:08 +0000 (01:01 +0200)
The header is gone now, along with the opencv_legacy module.

samples/gpu/performance/tests.cpp

index 4d6f778..305f0cc 100644 (file)
@@ -12,7 +12,6 @@
 #include "opencv2/cudaoptflow.hpp"
 #include "opencv2/cudabgsegm.hpp"
 
-#include "opencv2/legacy.hpp"
 #include "performance.h"
 
 #include "opencv2/opencv_modules.hpp"