Remove a ton of extraneous #includes
[oota-llvm.git] / include / llvm / iPHINode.h
index 1f6e5582d220c1a2992807a21b657e97f0d22dd8..eba5a735542c2391dff74f371151c143d371c02f 100644 (file)
@@ -7,8 +7,6 @@
 #ifndef LLVM_IPHINODE_H
 #define LLVM_IPHINODE_H
 
-#include <assert.h>
-
 #include "llvm/Instruction.h"
 class BasicBlock;