mirror of
https://github.com/opencv/opencv.git
synced 2025-07-25 22:57:53 +08:00
Remove redundant precomp.hpp and using-namespace
Removed redundant precompiled header include
This commit is contained in:
parent
fe4555ec74
commit
5e74547b4f
@ -42,11 +42,6 @@
|
|||||||
|
|
||||||
#if !defined CUDA_DISABLER
|
#if !defined CUDA_DISABLER
|
||||||
|
|
||||||
#include "precomp.hpp"
|
|
||||||
|
|
||||||
using namespace cv;
|
|
||||||
using namespace cv::cuda;
|
|
||||||
|
|
||||||
#include "opencv2/core/cuda/common.hpp"
|
#include "opencv2/core/cuda/common.hpp"
|
||||||
#include "opencv2/core/cuda/vec_traits.hpp"
|
#include "opencv2/core/cuda/vec_traits.hpp"
|
||||||
#include "opencv2/core/cuda/vec_math.hpp"
|
#include "opencv2/core/cuda/vec_math.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user