From 2c81975bae556c5f90b4c24cb74a9209ad50cf27 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Mon, 11 Apr 2011 20:16:05 +0000 Subject: [PATCH] Get rid of useless comment; if a file uses functions from a given header, it is obvious that it should be included. llvm-svn: 129295 --- llvm/examples/ExceptionDemo/ExceptionDemo.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp b/llvm/examples/ExceptionDemo/ExceptionDemo.cpp index cc51706239ba..fcc8b5c790d1 100644 --- a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp +++ b/llvm/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