Remove redundant precomp.hpp and using-namespace

Removed redundant precompiled header include
pull/8731/head
ylemkimon 8 years ago committed by GitHub
parent fe4555ec74
commit 5e74547b4f
  1. 5
      modules/cudafilters/src/cuda/median_filter.cu

@ -42,11 +42,6 @@
#if !defined CUDA_DISABLER
#include "precomp.hpp"
using namespace cv;
using namespace cv::cuda;
#include "opencv2/core/cuda/common.hpp"
#include "opencv2/core/cuda/vec_traits.hpp"
#include "opencv2/core/cuda/vec_math.hpp"

Loading…
Cancel
Save