mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
dnn: remove malloc.h include
This commit is contained in:
parent
054bd23a43
commit
82c77fa244
@ -1,10 +1,2 @@
|
|||||||
#include "../precomp.hpp"
|
#include "../precomp.hpp"
|
||||||
|
|
||||||
#if defined(TH_DISABLE_HEAP_TRACKING)
|
|
||||||
#elif (defined(__unix) || defined(_WIN32))
|
|
||||||
#include <malloc.h>
|
|
||||||
#elif defined(__APPLE__)
|
|
||||||
#include <malloc/malloc.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "THGeneral.h"
|
#include "THGeneral.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user