Fixed identifiers warns

This commit is contained in:
sourin
2016-09-30 15:16:29 +05:30
parent d06bdd5bf6
commit a34fbf7bb1
273 changed files with 657 additions and 657 deletions
@@ -41,8 +41,8 @@
//
//M*/
#ifndef __OPENCV_OBJDETECT_DBT_HPP__
#define __OPENCV_OBJDETECT_DBT_HPP__
#ifndef OPENCV_OBJDETECT_DBT_HPP
#define OPENCV_OBJDETECT_DBT_HPP
// After this condition removal update blacklist for bindings: modules/python/common.cmake
#if defined(__linux__) || defined(LINUX) || defined(__APPLE__) || defined(__ANDROID__) || \
@@ -41,8 +41,8 @@
//
//M*/
#ifndef __OPENCV_OBJDETECT_C_H__
#define __OPENCV_OBJDETECT_C_H__
#ifndef OPENCV_OBJDETECT_C_H
#define OPENCV_OBJDETECT_C_H
#include "opencv2/core/core_c.h"
@@ -162,4 +162,4 @@ CV_EXPORTS CvSeq* cvHaarDetectObjectsForROC( const CvArr* image,
#endif
#endif /* __OPENCV_OBJDETECT_C_H__ */
#endif /* OPENCV_OBJDETECT_C_H */