forked from OSchip/llvm-project
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:
parent
5140802cd9
commit
2c81975bae
llvm/examples/ExceptionDemo
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue