From aa4fb80465122fe48e5635a094a124e789bed81c Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Sun, 20 Dec 2015 03:20:48 -0700 Subject: [PATCH] By definition, malloc() is available in stdlib.h. malloc.h is deprecated. --- Utilities/GNU.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Utilities/GNU.h b/Utilities/GNU.h index 5836d1b636..6bf8c7c886 100644 --- a/Utilities/GNU.h +++ b/Utilities/GNU.h @@ -35,10 +35,6 @@ #include #include -#ifndef __APPLE__ -#include -#endif - #define _fpclass(x) std::fpclassify(x) #define INFINITE 0xFFFFFFFF