moved device layer to core module

This commit is contained in:
Vladislav Vinogradov
2013-03-31 14:54:23 +04:00
committed by Vladislav Vinogradov
parent 54511b4198
commit a57707b8d8
95 changed files with 228 additions and 251 deletions

View File

@@ -44,7 +44,6 @@
#ifndef __OPENCV_ICF_HPP__
#define __OPENCV_ICF_HPP__
// #include <opencv2/gpu/device/common.hpp>
#include "opencv2/core/cuda_devptrs.hpp"
#include "cuda_runtime_api.h"
@@ -154,4 +153,4 @@ struct CascadeInvoker
}}}
#endif
#endif