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

@@ -41,8 +41,8 @@
//
//M*/
#ifndef __OPENCV_CORE_GPU_PRIVATE_HPP__
#define __OPENCV_CORE_GPU_PRIVATE_HPP__
#ifndef __OPENCV_CORE_PRIVATE_GPU_HPP__
#define __OPENCV_CORE_PRIVATE_GPU_HPP__
#ifndef __OPENCV_BUILD
# error this is a private header which should not be used from outside of the OpenCV library

View File

@@ -49,7 +49,7 @@
#include "opencv2/core/opengl.hpp"
#include "opencv2/core/private.hpp"
#include "opencv2/core/gpu_private.hpp"
#include "opencv2/core/private.gpu.hpp"
#include <assert.h>
#include <ctype.h>