Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / ADT / DeltaAlgorithm.h
index 7bf7960c63a98d3b54a9198684450c86e85692b0..4d07e044781f504aec001e62d57342512cdc33a5 100644 (file)
@@ -9,8 +9,8 @@
 #ifndef LLVM_ADT_DELTAALGORITHM_H
 #define LLVM_ADT_DELTAALGORITHM_H
 
-#include <vector>
 #include <set>
+#include <vector>
 
 namespace llvm {