1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Remove extra #include

llvm-svn: 3776
This commit is contained in:
Chris Lattner 2002-09-17 17:18:12 +00:00
parent 23352ba613
commit ccf0fe57bc

View File

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