Skip to content

Commit 1c18b1d

Browse files
committed
Merge pull request opencv#7370 from souch55:Fixxn
2 parents 16b4ccb + a34fbf7 commit 1c18b1d

File tree

273 files changed

+657
-657
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+657
-657
lines changed

apps/traincascade/old_ml.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
//
3939
//M*/
4040

41-
#ifndef __OPENCV_ML_HPP__
42-
#define __OPENCV_ML_HPP__
41+
#ifndef OPENCV_ML_HPP
42+
#define OPENCV_ML_HPP
4343

4444
#ifdef __cplusplus
4545
# include "opencv2/core.hpp"
@@ -2063,6 +2063,6 @@ template<> void DefaultDeleter<CvDTreeSplit>::operator ()(CvDTreeSplit* obj) con
20632063
}
20642064

20652065
#endif // __cplusplus
2066-
#endif // __OPENCV_ML_HPP__
2066+
#endif // OPENCV_ML_HPP
20672067

20682068
/* End of file. */

apps/traincascade/old_ml_precomp.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
//
3939
//M*/
4040

41-
#ifndef __OPENCV_PRECOMP_H__
42-
#define __OPENCV_PRECOMP_H__
41+
#ifndef OPENCV_PRECOMP_H
42+
#define OPENCV_PRECOMP_H
4343

4444
#include "opencv2/core.hpp"
4545
#include "old_ml.hpp"

include/opencv/cv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
//
4141
//M*/
4242

43-
#ifndef __OPENCV_OLD_CV_H__
44-
#define __OPENCV_OLD_CV_H__
43+
#ifndef OPENCV_OLD_CV_H
44+
#define OPENCV_OLD_CV_H
4545

4646
#if defined(_MSC_VER)
4747
#define CV_DO_PRAGMA(x) __pragma(x)

include/opencv/cv.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
//
4141
//M*/
4242

43-
#ifndef __OPENCV_OLD_CV_HPP__
44-
#define __OPENCV_OLD_CV_HPP__
43+
#ifndef OPENCV_OLD_CV_HPP
44+
#define OPENCV_OLD_CV_HPP
4545

4646
//#if defined(__GNUC__)
4747
//#warning "This is a deprecated opencv header provided for compatibility. Please include a header from a corresponding opencv module"

include/opencv/cvaux.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
//
4040
//M*/
4141

42-
#ifndef __OPENCV_OLD_AUX_H__
43-
#define __OPENCV_OLD_AUX_H__
42+
#ifndef OPENCV_OLD_AUX_H
43+
#define OPENCV_OLD_AUX_H
4444

4545
//#if defined(__GNUC__)
4646
//#warning "This is a deprecated opencv header provided for compatibility. Please include a header from a corresponding opencv module"

include/opencv/cvaux.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
//
4040
//M*/
4141

42-
#ifndef __OPENCV_OLD_AUX_HPP__
43-
#define __OPENCV_OLD_AUX_HPP__
42+
#ifndef OPENCV_OLD_AUX_HPP
43+
#define OPENCV_OLD_AUX_HPP
4444

4545
//#if defined(__GNUC__)
4646
//#warning "This is a deprecated opencv header provided for compatibility. Please include a header from a corresponding opencv module"

include/opencv/cvwimage.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
// the use of this software, even if advised of the possibility of such damage.
3939

4040

41-
#ifndef __OPENCV_OLD_WIMAGE_HPP__
42-
#define __OPENCV_OLD_WIMAGE_HPP__
41+
#ifndef OPENCV_OLD_WIMAGE_HPP
42+
#define OPENCV_OLD_WIMAGE_HPP
4343

4444
#include "opencv2/core/wimage.hpp"
4545

include/opencv/cxcore.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
//
4141
//M*/
4242

43-
#ifndef __OPENCV_OLD_CXCORE_H__
44-
#define __OPENCV_OLD_CXCORE_H__
43+
#ifndef OPENCV_OLD_CXCORE_H
44+
#define OPENCV_OLD_CXCORE_H
4545

4646
//#if defined(__GNUC__)
4747
//#warning "This is a deprecated opencv header provided for compatibility. Please include a header from a corresponding opencv module"

include/opencv/cxcore.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
//
4141
//M*/
4242

43-
#ifndef __OPENCV_OLD_CXCORE_HPP__
44-
#define __OPENCV_OLD_CXCORE_HPP__
43+
#ifndef OPENCV_OLD_CXCORE_HPP
44+
#define OPENCV_OLD_CXCORE_HPP
4545

4646
//#if defined(__GNUC__)
4747
//#warning "This is a deprecated opencv header provided for compatibility. Please include a header from a corresponding opencv module"

include/opencv/cxeigen.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
//
4141
//M*/
4242

43-
#ifndef __OPENCV_OLD_EIGEN_HPP__
44-
#define __OPENCV_OLD_EIGEN_HPP__
43+
#ifndef OPENCV_OLD_EIGEN_HPP
44+
#define OPENCV_OLD_EIGEN_HPP
4545

4646
#include "opencv2/core/eigen.hpp"
4747

0 commit comments

Comments
 (0)