1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix two FIXME's

llvm-svn: 2377
This commit is contained in:
Chris Lattner 2002-04-28 19:49:58 +00:00
parent e20c7411d3
commit fc52b111ac

View File

@ -17,8 +17,6 @@
#define LLVM_SYMBOL_TABLE_H
#include "llvm/Value.h"
#include "llvm/Type.h" // FIXME: Remove
#include "llvm/ConstantVals.h" // FIXME: Remove
#include <map>
class SymbolTable : public AbstractTypeUser,