aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/SlotTable.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-06-09 04:38:34 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-06-09 04:38:34 +0000
commit6269ded8ee8c7fb08110d85b1aa9850782a50ff7 (patch)
tree4dd2f86d20492bb05bfc4376eaa0512e3e8eafd5 /lib/Bytecode/Writer/SlotTable.cpp
parent2be51ae22d517b83ead86374a9c5bc022c9a50ae (diff)
Cleaned up a dead header file to prevent duplicate definition warnings
in doxygen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14084 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode/Writer/SlotTable.cpp')
-rw-r--r--lib/Bytecode/Writer/SlotTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bytecode/Writer/SlotTable.cpp b/lib/Bytecode/Writer/SlotTable.cpp
index 2573e2c76b..358a6ea21e 100644
--- a/lib/Bytecode/Writer/SlotTable.cpp
+++ b/lib/Bytecode/Writer/SlotTable.cpp
@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Internal/SlotTable.h"
+#include "SlotTable.h"
#include "llvm/Constants.h"
#include "llvm/Type.h"
#include "llvm/GlobalValue.h"