From: ShadowFlare Date: Fri, 18 Dec 2009 09:24:13 +0000 (-0700) Subject: Remove use of malloc.h, using only stdlib.h for malloc. X-Git-Url: https://sfsrealm.hopto.org/projects/gitweb.cgi?p=SFmpqapi.git;a=commitdiff_plain;h=e14bee2cf45259da18e21059c31c7069f216bea6 Remove use of malloc.h, using only stdlib.h for malloc. --- diff --git a/SFmpqapi.cpp b/SFmpqapi.cpp index 86631f4..3743e06 100644 --- a/SFmpqapi.cpp +++ b/SFmpqapi.cpp @@ -4,7 +4,6 @@ // Includes #include -#include #include #include #include