From: Daniel Dunbar Date: Tue, 8 Dec 2009 21:52:24 +0000 (+0000) Subject: Remove include of system header. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ef83ccad1399bfc94f40a7bb593a8318a1e8fd9;p=clang Remove include of system header. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90883 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/decl.c b/test/CodeGen/decl.c index a659057b84..f7a001e47c 100644 --- a/test/CodeGen/decl.c +++ b/test/CodeGen/decl.c @@ -5,8 +5,6 @@ // CHECK: @test5w = global %0 { i32 2, [4 x i8] undef } // CHECK: @test5y = global %union.test5u { double 7.300000e+0{{[0]*}}1 } -#include - void test1() { // This should codegen as a "@test1.x" global. const int x[] = { 1, 2, 3, 4, 6, 8, 9, 10, 123, 231, 123,23 };