diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-04-11 20:16:05 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-04-11 20:16:05 +0000 |
commit | 2c81975bae556c5f90b4c24cb74a9209ad50cf27 (patch) | |
tree | 2c77b05b38c754744aa432d595d87a79ecb968aa /llvm/examples/ExceptionDemo/ExceptionDemo.cpp | |
parent | 5140802cd99d55fc8d40b4ce38917fc344c50e2a (diff) | |
download | bcm5719-llvm-2c81975bae556c5f90b4c24cb74a9209ad50cf27.tar.gz bcm5719-llvm-2c81975bae556c5f90b4c24cb74a9209ad50cf27.zip |
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
Diffstat (limited to 'llvm/examples/ExceptionDemo/ExceptionDemo.cpp')
-rw-r--r-- | llvm/examples/ExceptionDemo/ExceptionDemo.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/examples/ExceptionDemo/ExceptionDemo.cpp b/llvm/examples/ExceptionDemo/ExceptionDemo.cpp index cc51706239b..fcc8b5c790d 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 <cstdio> - #include <sstream> #include <stdexcept> |