From: Eli Friedman Date: Thu, 27 Aug 2009 19:02:44 +0000 (+0000) Subject: Remove unnecessary include. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc6be895054188221f7d276f2579fc2d1e8bb224;p=clang Remove unnecessary include. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80275 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/compare.c b/test/Sema/compare.c index 395a1a9ef9..87131bb621 100644 --- a/test/Sema/compare.c +++ b/test/Sema/compare.c @@ -1,7 +1,5 @@ // RUN: clang-cc -fsyntax-only -pedantic -verify %s -#include - int test(char *C) { // nothing here should warn. return C != ((void*)0); return C != (void*)0;