1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

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 b8c2fc6d09
commit 1ed37a22d6

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>