mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 05:06:29 +08:00
some includes moved to precomp.hpp for gpu module
This commit is contained in:
parent
ed3f491212
commit
9214173c2c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user