From 4b4874e67a9609a9eb1ae4ef0511c70ff85f9ba3 Mon Sep 17 00:00:00 2001 From: Namgoo Lee Date: Tue, 8 Jan 2019 10:57:12 +0900 Subject: [PATCH] Remove build warning msg with CUDA10.0 --- modules/core/include/opencv2/core/cuda/functional.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/include/opencv2/core/cuda/functional.hpp b/modules/core/include/opencv2/core/cuda/functional.hpp index 4944381dda..3b531a13ed 100644 --- a/modules/core/include/opencv2/core/cuda/functional.hpp +++ b/modules/core/include/opencv2/core/cuda/functional.hpp @@ -47,7 +47,6 @@ #include "saturate_cast.hpp" #include "vec_traits.hpp" #include "type_traits.hpp" -#include "device_functions.h" /** @file * @deprecated Use @ref cudev instead.