]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove unnecessary #include.
authorNicholas Nethercote <njn@valgrind.org>
Tue, 19 May 2009 06:06:14 +0000 (06:06 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 19 May 2009 06:06:14 +0000 (06:06 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9964

none/tests/amd64/redundantRexW.c

index 773322b04705859058d36d75f0fc81907866a4c3..e1892677f627691dc631d0781cabd635461485bc 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <stdlib.h>
 #include <stdio.h>
-#include <malloc.h>  /* for memalign */
 #include <assert.h>
 #include "tests/malloc.h"