malloc.h is not needed
authorArun Persaud <arun@nubati.net>
Tue, 23 Aug 2011 05:09:19 +0000 (22:09 -0700)
committerArun Persaud <arun@nubati.net>
Tue, 23 Aug 2011 05:09:19 +0000 (22:09 -0700)
xhistory.c

index 661572d..0d18bf2 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <malloc.h>
 
 #include <X11/Intrinsic.h>
 #include <X11/StringDefs.h>