Fix two FIXME's
authorChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 19:49:58 +0000 (19:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 19:49:58 +0000 (19:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2377 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/SymbolTable.h

index d79b187733fa738fcdd2383d867308bf0c1428b8..8762b4b5819d741864e9544e4e282fe490fb4b88 100644 (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,