Skip to content

Commit 5e74547

Browse files
authored
Remove redundant precomp.hpp and using-namespace
Removed redundant precompiled header include
1 parent fe4555e commit 5e74547

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/cudafilters/src/cuda/median_filter.cu

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@
4242

4343
#if !defined CUDA_DISABLER
4444

45-
#include "precomp.hpp"
46-
47-
using namespace cv;
48-
using namespace cv::cuda;
49-
5045
#include "opencv2/core/cuda/common.hpp"
5146
#include "opencv2/core/cuda/vec_traits.hpp"
5247
#include "opencv2/core/cuda/vec_math.hpp"

0 commit comments

Comments
 (0)