1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Replace deprecated malloc.h

This commit is contained in:
Robbert Klarenbeek
2016-03-15 18:02:41 +01:00
parent 74490399db
commit 81b11ee463
+1 -3
View File
@@ -43,9 +43,7 @@
#include "precomp.hpp"
#include "rgbe.hpp"
#include <math.h>
#if !defined(__APPLE__)
#include <malloc.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <ctype.h>