[llvm-commits] CVS: llvm/include/Support/ilist

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 20 15:30:01 PDT 2003


Changes in directory llvm/include/Support:

ilist updated: 1.13 -> 1.14

---
Log message:

This #include is no longer necessary


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

Index: llvm/include/Support/ilist
diff -u llvm/include/Support/ilist:1.13 llvm/include/Support/ilist:1.14
--- llvm/include/Support/ilist:1.13	Mon Oct 20 14:46:57 2003
+++ llvm/include/Support/ilist	Mon Oct 20 15:29:44 2003
@@ -38,7 +38,6 @@
 #ifndef SUPPORT_ILIST
 #define SUPPORT_ILIST
 
-#include <algorithm>
 #include <Support/iterator>
 #include <cassert>
 





More information about the llvm-commits mailing list