<malloc.h> is non-standard, not present on all systems (notably Mac OS X),
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 14 Jan 2005 19:47:21 +0000 (19:47 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 14 Jan 2005 19:47:21 +0000 (19:47 +0000)
and unnecessary anyway. Stop including it.

git-svn-id: svn://svn.tartarus.org/sgt/utils@5110 cda61777-01e9-0310-a592-d414129be87e

xcopy/xcopy.c

index bdd0a13..28df882 100644 (file)
@@ -3,7 +3,6 @@
  * selection
  */
 
-#include <malloc.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>