Remove a ton of extraneous #includes
[oota-llvm.git] / include / llvm / ConstantHandling.h
index 7589bb9a35c6ee36d1f3b8f60a0234ede8bb0eb0..2401ad7596b2b5ff7c7e7531bb03a69083844a89 100644 (file)
@@ -33,8 +33,6 @@
 #ifndef LLVM_CONSTANTHANDLING_H
 #define LLVM_CONSTANTHANDLING_H
 
-#include <assert.h>
-
 #include "llvm/Constants.h"
 #include "llvm/Type.h"
 class PointerType;