renamed gpu_private.hpp to private.gpu.hpp

This commit is contained in:
Vladislav Vinogradov
2013-05-30 11:11:40 +04:00
parent 0489489322
commit 439c3574ed
23 changed files with 24 additions and 24 deletions

View File

@@ -48,7 +48,7 @@
# error this is a private header which should not be used from outside of the OpenCV library
#endif
#include "opencv2/core/gpu_private.hpp"
#include "opencv2/core/private.gpu.hpp"
#ifndef HAVE_CUDA
# error gpulegacy module requires CUDA

View File

@@ -56,7 +56,7 @@
# include "opencv2/objdetect.hpp"
#endif
#include "opencv2/core/gpu_private.hpp"
#include "opencv2/core/private.gpu.hpp"
#include "opencv2/gpulegacy/private.hpp"
#endif /* __OPENCV_PRECOMP_H__ */

View File

@@ -72,7 +72,7 @@
#include "opencv2/gpulegacy.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/core/gpu_private.hpp"
#include "opencv2/core/private.gpu.hpp"
#include "NCVTest.hpp"
#include "NCVAutoTestLister.hpp"