Remove a ton of extraneous #includes
[oota-llvm.git] / include / llvm / Support / InstVisitor.h
index e4508a366f5891472567cc085bc68aa42fd6812a..6004aac88fddccb4a35a9b491fb3970afd9ffe51 100644 (file)
@@ -44,7 +44,6 @@
 #define LLVM_SUPPORT_INSTVISITOR_H
 
 #include "llvm/Instruction.h"
-#include <assert.h>
 
 class Module;