]> granicus.if.org Git - clang/commitdiff
Remove unnecessary include.
authorEli Friedman <eli.friedman@gmail.com>
Thu, 27 Aug 2009 19:02:44 +0000 (19:02 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 27 Aug 2009 19:02:44 +0000 (19:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80275 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/compare.c

index 395a1a9ef961b0eede23588ce8915cda8105529f..87131bb62183ae87d81b59194a9b1e1e9b0e901d 100644 (file)
@@ -1,7 +1,5 @@
 // RUN: clang-cc -fsyntax-only -pedantic -verify %s
 
-#include <stddef.h>
-
 int test(char *C) { // nothing here should warn.
   return C != ((void*)0);
   return C != (void*)0;