From f51087656d0d3e65521a9dc781e6f7890f321a4e Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 8 Dec 2009 21:52:24 +0000 Subject: [PATCH] Remove include of system header. llvm-svn: 90883 --- clang/test/CodeGen/decl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/test/CodeGen/decl.c b/clang/test/CodeGen/decl.c index a659057b8492..f7a001e47ce4 100644 --- a/clang/test/CodeGen/decl.c +++ b/clang/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 };