- Renamed Type::isIntegral() to Type::isInteger()
[oota-llvm.git] / lib / VMCore / iSwitch.cpp
index cd3079afa7e7ae40c30f75568fd0fce71b6291d0..402610cded252bfe742dc3a825a7f77fe8cc5871 100644 (file)
@@ -6,9 +6,6 @@
 
 #include "llvm/iTerminators.h"
 #include "llvm/BasicBlock.h"
-#ifndef NDEBUG
-#include "llvm/Type.h"
-#endif
 
 SwitchInst::SwitchInst(Value *V, BasicBlock *DefDest) 
   : TerminatorInst(Instruction::Switch) {