Replace deprecated malloc.h

pull/6270/head
Robbert Klarenbeek 9 years ago
parent 74490399db
commit 81b11ee463
  1. 4
      modules/imgcodecs/src/rgbe.cpp

@ -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>

Loading…
Cancel
Save