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
This commit is contained in:
Eli Friedman 2011-04-11 20:16:05 +00:00
parent 5140802cd9
commit 2c81975bae
1 changed files with 0 additions and 4 deletions
llvm/examples/ExceptionDemo

View File

@ -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>