Tidy up #includes, deleting a bunch of unnecessary #includes.

llvm-svn: 61715
This commit is contained in:
Dan Gohman
2009-01-05 17:59:02 +00:00
parent 1e03f7f19e
commit 906152a20f
99 changed files with 97 additions and 171 deletions

View File

@@ -29,6 +29,7 @@
#include "llvm/Target/TargetOptions.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/ADT/EquivalenceClasses.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Debug.h"