removed internal_header.hpp - it produces many warnings

This commit is contained in:
Vladislav Vinogradov
2013-03-27 16:28:46 +04:00
parent 15f09f8068
commit 76e748ccc1
17 changed files with 30 additions and 31 deletions

View File

@@ -42,14 +42,14 @@
#if !defined CUDA_DISABLER
#include "internal_shared.hpp"
#include <cfloat>
#include "opencv2/gpu/device/common.hpp"
#include "opencv2/gpu/device/border_interpolate.hpp"
#include "opencv2/gpu/device/vec_traits.hpp"
#include "opencv2/gpu/device/vec_math.hpp"
#include "opencv2/gpu/device/saturate_cast.hpp"
#include "opencv2/gpu/device/filters.hpp"
#include <cfloat>
#include <opencv2/gpu/device/scan.hpp>
#include "opencv2/gpu/device/scan.hpp"
namespace cv { namespace gpu { namespace device
{
@@ -299,4 +299,4 @@ namespace cv { namespace gpu { namespace device
}}} // namespace cv { namespace gpu { namespace device
#endif /* CUDA_DISABLER */
#endif /* CUDA_DISABLER */