summaryrefslogtreecommitdiff
path: root/include/Support/ilist
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-20 20:29:44 +0000
committerChris Lattner <sabre@nondot.org>2003-10-20 20:29:44 +0000
commit60f1445cf26f769ff88383e3bfd771e4ac3cb5c0 (patch)
tree0da98960793f637c3510796bd1c07a10d272db15 /include/Support/ilist
parent01d45827a1e512f3b19ba857772bf02baa3c0c4e (diff)
downloadllvm-60f1445cf26f769ff88383e3bfd771e4ac3cb5c0.tar.gz
llvm-60f1445cf26f769ff88383e3bfd771e4ac3cb5c0.tar.bz2
llvm-60f1445cf26f769ff88383e3bfd771e4ac3cb5c0.tar.xz
This #include is no longer necessary
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9306 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/Support/ilist')
-rw-r--r--include/Support/ilist1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Support/ilist b/include/Support/ilist
index 3acc7260f5..488a90ffde 100644
--- a/include/Support/ilist
+++ b/include/Support/ilist
@@ -38,7 +38,6 @@
#ifndef SUPPORT_ILIST
#define SUPPORT_ILIST
-#include <algorithm>
#include <Support/iterator>
#include <cassert>