1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

renamed internal headers to avoid conflicts with system header files

This commit is contained in:
Vadim Pisarevsky
2010-10-12 12:35:04 +00:00
parent 87f6e500e1
commit 191f25ae7c
18 changed files with 782 additions and 847 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
#include "precomp.hpp"
#include "_latentsvm.h"
#include "_resizeimg.h"
#include "_lsvm_resizeimg.h"
#ifndef max
#define max(a,b) (((a) > (b)) ? (a) : (b))