Sort the #include lines for unittest/...
[oota-llvm.git] / unittests / Support / Path.cpp
index 38bad8fb5907aa2a24a16c03d70e6cd546aa8f8b..878c22796a5b709536e2633a759295ad7c68bae1 100644 (file)
@@ -7,11 +7,10 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Support/FileSystem.h"
 #include "llvm/Support/PathV2.h"
 #include "llvm/Support/ErrorHandling.h"
+#include "llvm/Support/FileSystem.h"
 #include "llvm/Support/raw_ostream.h"
-
 #include "gtest/gtest.h"
 
 using namespace llvm;