Remove include of system header.

llvm-svn: 90883
This commit is contained in:
Daniel Dunbar
2009-12-08 21:52:24 +00:00
parent e6d54ca553
commit f51087656d

View File

@@ -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 <string.h>
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 };