Fix two FIXME's

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2377 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-04-28 19:49:58 +00:00
parent bfeec103e1
commit 9ae93cdcc8

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,