Remove a ton of extraneous #includes
[oota-llvm.git] / include / llvm / Constant.h
index 322764797b32d30cdc25d1b640b3f2fc3b6a2173..a7ec6331bd5c658fc7a910f94b0cba01571c1d26 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef LLVM_CONSTANT_H
 #define LLVM_CONSTANT_H
 
-#include <assert.h>
 #include "llvm/User.h"
 
 class Constant : public User {