summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/SymbolTable.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/llvm/include/llvm/SymbolTable.h b/llvm/include/llvm/SymbolTable.h
index 50b933ed5aa..8085101204b 100644
--- a/llvm/include/llvm/SymbolTable.h
+++ b/llvm/include/llvm/SymbolTable.h
@@ -17,15 +17,10 @@
#define LLVM_SYMBOL_TABLE_H
#include "llvm/Value.h"
+#include "llvm/Type.h" // FIXME: Remove
+#include "llvm/ConstantVals.h" // FIXME: Remove
#include <map>
-#ifndef NDEBUG // Only for assertions
-#include "llvm/Type.h"
-#include "llvm/ConstantVals.h"
-#endif
-
-class Type;
-
class SymbolTable : public AbstractTypeUser,
public std::map<const Type *,
std::map<const std::string, Value *> > {
OpenPOWER on IntegriCloud