summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer
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
parent2dd017402bdbb8a1a74c57faf6fb266f67f6a84f (diff)
downloadbcm5719-llvm-e73febc64a32bc6fc00eb12a89cc066d0a2272f4.tar.gz
bcm5719-llvm-e73febc64a32bc6fc00eb12a89cc066d0a2272f4.zip
Cleaned up a dead header file to prevent duplicate definition warnings
in doxygen. llvm-svn: 14084
Diffstat (limited to 'llvm/lib/Bytecode/Writer')
-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 2573e2c76b2..358a6ea21e0 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"
OpenPOWER on IntegriCloud