|
From: <sv...@va...> - 2009-01-22 23:00:22
|
Author: njn Date: 2009-01-22 23:00:18 +0000 (Thu, 22 Jan 2009) New Revision: 9036 Log: Remove a duplicated #include. Modified: branches/DARWIN/none/tests/x86/bug137714-x86.c Modified: branches/DARWIN/none/tests/x86/bug137714-x86.c =================================================================== --- branches/DARWIN/none/tests/x86/bug137714-x86.c 2009-01-22 22:55:11 UTC (rev 9035) +++ branches/DARWIN/none/tests/x86/bug137714-x86.c 2009-01-22 23:00:18 UTC (rev 9036) @@ -2,7 +2,6 @@ #include <stdio.h> #include <assert.h> #include <stdlib.h> -#include <assert.h> typedef unsigned char UChar; typedef unsigned int UInt; |