Remove a ton of extraneous #includes
[oota-llvm.git] / include / llvm / Analysis / InstForest.h
index 81b3506414e07f8ef2d285e9559885102fba34dc..56a918bd43995c42783cc98c85f7f273a9c605b1 100644 (file)
 #ifndef LLVM_ANALYSIS_INSTFOREST_H
 #define LLVM_ANALYSIS_INSTFOREST_H
 
-#include "llvm/Instruction.h"
-#include "llvm/BasicBlock.h"
 #include "llvm/Function.h"
 #include "Support/Tree.h"
 #include <map>
-#include <assert.h>
 
 template<class Payload> class InstTreeNode;
 template<class Payload> class InstForest;