Remove extra #include
authorChris Lattner <sabre@nondot.org>
Tue, 17 Sep 2002 17:18:12 +0000 (17:18 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Sep 2002 17:18:12 +0000 (17:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3776 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/Expressions.h

index 6d1d686ad2527c47b938c43c9fdcae9d7cdbba6b..ea336bd46d7df3b99754e5295ed27df8df256a62 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef LLVM_ANALYSIS_EXPRESSIONS_H
 #define LLVM_ANALYSIS_EXPRESSIONS_H
 
-#include <assert.h>
 class Type;
 class Value;
 class ConstantInt;