Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's through...
[oota-llvm.git] / include / llvm / Analysis / ConstantsScanner.h
index c52b24efe8b811fc8350025bfcb1baccabe666e6..bac551f0492ad764a30792b68baa71587335e323 100644 (file)
@@ -17,7 +17,6 @@
 #define LLVM_ANALYSIS_CONSTANTSSCANNER_H
 
 #include "llvm/Support/InstIterator.h"
-#include "llvm/Instruction.h"
 #include "llvm/ADT/iterator.h"
 
 namespace llvm {