diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-20 20:29:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-20 20:29:44 +0000 |
commit | 60f1445cf26f769ff88383e3bfd771e4ac3cb5c0 (patch) | |
tree | 0da98960793f637c3510796bd1c07a10d272db15 | |
parent | 01d45827a1e512f3b19ba857772bf02baa3c0c4e (diff) |
This #include is no longer necessary
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9306 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/Support/ilist | 1 | ||||
-rw-r--r-- | include/llvm/ADT/ilist | 1 |
2 files changed, 0 insertions, 2 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> diff --git a/include/llvm/ADT/ilist b/include/llvm/ADT/ilist index 3acc7260f5..488a90ffde 100644 --- a/include/llvm/ADT/ilist +++ b/include/llvm/ADT/ilist @@ -38,7 +38,6 @@ #ifndef SUPPORT_ILIST #define SUPPORT_ILIST -#include <algorithm> #include <Support/iterator> #include <cassert> |