Prune #includes.

llvm-svn: 97448
This commit is contained in:
Dan Gohman 2010-03-01 17:42:17 +00:00
parent a269a0a667
commit 0c39a35457
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#define DEBUG_TYPE "hello"
#include "llvm/Pass.h"
#include "llvm/Function.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/Statistic.h"
using namespace llvm;