[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / include / llvm / ADT / DepthFirstIterator.h
index 0f6914662ddd06e41f8806ae5ee352ef59ac22b0..6cd9e68aea56c87a3eda598948062543caea0713 100644 (file)
 #ifndef LLVM_ADT_DEPTHFIRSTITERATOR_H
 #define LLVM_ADT_DEPTHFIRSTITERATOR_H
 
-#include "llvm/ADT/iterator_range.h"
 #include "llvm/ADT/GraphTraits.h"
 #include "llvm/ADT/PointerIntPair.h"
 #include "llvm/ADT/SmallPtrSet.h"
+#include "llvm/ADT/iterator_range.h"
 #include <set>
 #include <vector>