Remove extra #include

llvm-svn: 3776
This commit is contained in:
Chris Lattner 2002-09-17 17:18:12 +00:00
parent a3e3fa7867
commit 95094782a1
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
#ifndef LLVM_ANALYSIS_EXPRESSIONS_H #ifndef LLVM_ANALYSIS_EXPRESSIONS_H
#define LLVM_ANALYSIS_EXPRESSIONS_H #define LLVM_ANALYSIS_EXPRESSIONS_H
#include <assert.h>
class Type; class Type;
class Value; class Value;
class ConstantInt; class ConstantInt;