Remove redundant precomp.hpp and using-namespace

Removed redundant precompiled header include
This commit is contained in:
ylemkimon 2017-05-14 21:35:53 +09:00 committed by GitHub
parent fe4555ec74
commit 5e74547b4f

View File

@ -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"