aboutsummaryrefslogtreecommitdiff
path: root/llvm/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
commite73febc64a32bc6fc00eb12a89cc066d0a2272f4 (patch)
treeda3f09ef26f88f6419209e4f3dacc73cce61363b /llvm/lib/Bytecode/Writer/SlotTable.cpp
parent2dd017402bdbb8a1a74c57faf6fb266f67f6a84f (diff)
downloadllvm-e73febc64a32bc6fc00eb12a89cc066d0a2272f4.zip
llvm-e73febc64a32bc6fc00eb12a89cc066d0a2272f4.tar.gz
llvm-e73febc64a32bc6fc00eb12a89cc066d0a2272f4.tar.bz2
Cleaned up a dead header file to prevent duplicate definition warnings
in doxygen. llvm-svn: 14084
Diffstat (limited to 'llvm/lib/Bytecode/Writer/SlotTable.cpp')
-rw-r--r--llvm/lib/Bytecode/Writer/SlotTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Writer/SlotTable.cpp b/llvm/lib/Bytecode/Writer/SlotTable.cpp
index 2573e2c..358a6ea 100644
--- a/llvm/lib/Bytecode/Writer/SlotTable.cpp
+++ b/llvm/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"