From: Nicholas Nethercote Date: Tue, 19 May 2009 06:06:14 +0000 (+0000) Subject: Remove unnecessary #include. X-Git-Tag: svn/VALGRIND_3_5_0~665 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fad023c99380b51021b977f6098a4e622f09d9d3;p=thirdparty%2Fvalgrind.git Remove unnecessary #include. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9964 --- diff --git a/none/tests/amd64/redundantRexW.c b/none/tests/amd64/redundantRexW.c index 773322b047..e1892677f6 100644 --- a/none/tests/amd64/redundantRexW.c +++ b/none/tests/amd64/redundantRexW.c @@ -6,7 +6,6 @@ #include #include -#include /* for memalign */ #include #include "tests/malloc.h"