Commit 9214173c authored by Anatoly Baksheev's avatar Anatoly Baksheev

some includes moved to precomp.hpp for gpu module

parent ed3f4912
......@@ -41,7 +41,6 @@
//M*/
#include "precomp.hpp"
#include <utility>
using namespace cv;
using namespace cv::gpu;
......
......@@ -58,6 +58,7 @@
#include <exception>
#include <iterator>
#include <functional>
#include <utility>
#include "opencv2/gpu/gpu.hpp"
#include "opencv2/imgproc/imgproc.hpp"
......
......@@ -41,7 +41,6 @@
//M*/
#include "precomp.hpp"
#include <vector>
using namespace std;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment