[llvm-commits] CVS: llvm/lib/Bytecode/Writer/SlotTable.cpp

LLVM llvm at cs.uiuc.edu
Tue Jun 8 23:44:05 PDT 2004


Changes in directory llvm/lib/Bytecode/Writer:

SlotTable.cpp updated: 1.3 -> 1.4

---
Log message:

Cleaned up a dead header file to prevent duplicate definition warnings 
in doxygen.


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Bytecode/Writer/SlotTable.cpp
diff -u llvm/lib/Bytecode/Writer/SlotTable.cpp:1.3 llvm/lib/Bytecode/Writer/SlotTable.cpp:1.4
--- llvm/lib/Bytecode/Writer/SlotTable.cpp:1.3	Tue May 25 15:09:05 2004
+++ llvm/lib/Bytecode/Writer/SlotTable.cpp	Tue Jun  8 23:38:34 2004
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Internal/SlotTable.h"
+#include "SlotTable.h"
 #include "llvm/Constants.h"
 #include "llvm/Type.h"
 #include "llvm/GlobalValue.h"





More information about the llvm-commits mailing list