Remove a ton of extraneous #includes
[oota-llvm.git] / include / llvm / Analysis / ConstantsScanner.h
index c3d112f27b94f9a20f69bbd7da9a2ac77e5b601e..8035409bbf949483d23e8a3e77d8806f0cd3960f 100644 (file)
@@ -9,8 +9,6 @@
 #ifndef LLVM_ANALYSIS_CONSTANTSSCANNER_H
 #define LLVM_ANALYSIS_CONSTANTSSCANNER_H
 
-#include <assert.h>
-
 #include "llvm/Support/InstIterator.h"
 #include "llvm/Instruction.h"
 #include "Support/iterator"