From: Eli Friedman Date: Mon, 11 Apr 2011 20:16:05 +0000 (+0000) Subject: Get rid of useless comment; if a file uses functions from a given header, X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2227f154eb2028a69adb538be350042dd68edb64;p=oota-llvm.git Get rid of useless comment; if a file uses functions from a given header, it is obvious that it should be included. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129295 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/ExceptionDemo/ExceptionDemo.cpp b/examples/ExceptionDemo/ExceptionDemo.cpp index cc51706239b..fcc8b5c790d 100644 --- a/examples/ExceptionDemo/ExceptionDemo.cpp +++ b/examples/ExceptionDemo/ExceptionDemo.cpp @@ -62,11 +62,7 @@ #include "llvm/Support/IRBuilder.h" #include "llvm/Support/Dwarf.h" -// Note: Some systems seem to have a problem finding -// the symbols like stderr, and fprintf when this -// header file is not included #include - #include #include