forked from OSchip/llvm-project
[ADT] Don't include <algorithm> in iterator.h
As far as I can tell, nothing in iterator.h uses anything from <algorithm>. Differential Revision: https://reviews.llvm.org/D100659
This commit is contained in:
parent
853da5977e
commit
da62725874
|
@ -10,7 +10,6 @@
|
|||
#define LLVM_ADT_ITERATOR_H
|
||||
|
||||
#include "llvm/ADT/iterator_range.h"
|
||||
#include <algorithm>
|
||||
#include <cstddef>
|
||||
#include <iterator>
|
||||
#include <type_traits>
|
||||
|
|
Loading…
Reference in New Issue