diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-06-09 04:38:34 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-06-09 04:38:34 +0000 |
| commit | e73febc64a32bc6fc00eb12a89cc066d0a2272f4 (patch) | |
| tree | da3f09ef26f88f6419209e4f3dacc73cce61363b /llvm/lib/Bytecode/Writer/SlotTable.cpp | |
| parent | 2dd017402bdbb8a1a74c57faf6fb266f67f6a84f (diff) | |
| download | bcm5719-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/SlotTable.cpp')
| -rw-r--r-- | llvm/lib/Bytecode/Writer/SlotTable.cpp | 2 |
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" |

