Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Support / PathV2.cpp
index 46571c049f12d3be1e48026c85dbd872ba95e9ff..98d7382b4e8735f2d26e78fcc951b48847313abc 100644 (file)
@@ -12,9 +12,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/PathV2.h"
-#include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Endian.h"
 #include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/FileSystem.h"
 #include <cctype>
 #include <cstdio>
 #include <cstring>