Commit 7f12836d authored by Alexander Alekhin's avatar Alexander Alekhin

dnn: fix public headers guards

parent 93729784
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
// //
//M*/ //M*/
#ifndef __OPENCV_DNN_HPP__ #ifndef OPENCV_DNN_HPP
#define __OPENCV_DNN_HPP__ #define OPENCV_DNN_HPP
// This is an umbrealla header to include into you project. // This is an umbrealla header to include into you project.
// We are free to change headers layout in dnn subfolder, so please include // We are free to change headers layout in dnn subfolder, so please include
...@@ -61,4 +61,4 @@ ...@@ -61,4 +61,4 @@
*/ */
#include <opencv2/dnn/dnn.hpp> #include <opencv2/dnn/dnn.hpp>
#endif /* __OPENCV_DNN_HPP__ */ #endif /* OPENCV_DNN_HPP */
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
// //
//M*/ //M*/
#ifndef __OPENCV_DNN_DNN_ALL_LAYERS_HPP__ #ifndef OPENCV_DNN_DNN_ALL_LAYERS_HPP
#define __OPENCV_DNN_DNN_ALL_LAYERS_HPP__ #define OPENCV_DNN_DNN_ALL_LAYERS_HPP
#include <opencv2/dnn.hpp> #include <opencv2/dnn.hpp>
namespace cv namespace cv
......
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
// //
//M*/ //M*/
#ifndef __OPENCV_DNN_DNN_DICT_HPP__ #ifndef OPENCV_DNN_DNN_DICT_HPP
#define __OPENCV_DNN_DNN_DICT_HPP__ #define OPENCV_DNN_DNN_DICT_HPP
#include <opencv2/core.hpp> #include <opencv2/core.hpp>
#include <map> #include <map>
......
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
// //
//M*/ //M*/
#ifndef __OPENCV_DNN_DNN_HPP__ #ifndef OPENCV_DNN_DNN_HPP
#define __OPENCV_DNN_DNN_HPP__ #define OPENCV_DNN_DNN_HPP
#include <vector> #include <vector>
#include <opencv2/core.hpp> #include <opencv2/core.hpp>
......
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
// //
//M*/ //M*/
#ifndef __OPENCV_DNN_DNN_INL_HPP__ #ifndef OPENCV_DNN_DNN_INL_HPP
#define __OPENCV_DNN_DNN_INL_HPP__ #define OPENCV_DNN_DNN_INL_HPP
#include <opencv2/dnn.hpp> #include <opencv2/dnn.hpp>
......
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
// //
//M*/ //M*/
#ifndef __OPENCV_DNN_LAYER_HPP__ #ifndef OPENCV_DNN_LAYER_HPP
#define __OPENCV_DNN_LAYER_HPP__ #define OPENCV_DNN_LAYER_HPP
#include <opencv2/dnn.hpp> #include <opencv2/dnn.hpp>
namespace cv namespace cv
......
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
// //
//M*/ //M*/
#ifndef __OPENCV_DNN_DNN_SHAPE_UTILS_HPP__ #ifndef OPENCV_DNN_DNN_SHAPE_UTILS_HPP
#define __OPENCV_DNN_DNN_SHAPE_UTILS_HPP__ #define OPENCV_DNN_DNN_SHAPE_UTILS_HPP
#include <opencv2/core.hpp> #include <opencv2/core.hpp>
#include <opencv2/core/types_c.h> #include <opencv2/core/types_c.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment