]> granicus.if.org Git - clang/commitdiff
Remove include of system header.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 8 Dec 2009 21:52:24 +0000 (21:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 8 Dec 2009 21:52:24 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90883 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/decl.c

index a659057b8492ce896baa321b241d89e213b4c9ef..f7a001e47ce4ac0a5a1d98bc968175ed89465cbd 100644 (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 };