From ef5350ff2ac5dee4a993e5deac4354931807e0d9 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 15 Mar 2011 12:05:36 -0400 Subject: Remove unneeded include of malloc.h --- memstomp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/memstomp.c b/memstomp.c index f780fa7..1c0a0f7 100644 --- a/memstomp.c +++ b/memstomp.c @@ -37,7 +37,6 @@ #include #include #include -#include #if !defined (__linux__) || !defined(__GLIBC__) #error "This stuff only works on Linux!" -- cgit