1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-23 18:09:25 +08:00

Unify include guards

This commit is contained in:
Bence Magyar
2014-09-02 11:47:55 +02:00
parent a392d11d36
commit 9401285e12
7 changed files with 15 additions and 15 deletions

View File

@@ -38,8 +38,8 @@
//
// Author: Tolga Birdal <tbirdal AT gmail.com>
#ifndef __OPENCV_PPF_UTILS_HPP_
#define __OPENCV_PPF_UTILS_HPP_
#ifndef __OPENCV_SURFACE_MATCHING_UTILS_HPP_
#define __OPENCV_SURFACE_MATCHING_UTILS_HPP_
#include <cmath>
#include <cstdio>