Sort the #include lines for unittest/...
[oota-llvm.git] / unittests / Support / formatted_raw_ostream_test.cpp
index 4725cedc2119796cd916f25a629a5f8f2040aaa0..9bb80469133717147b53541114510d3bc2ccb989 100644 (file)
@@ -7,10 +7,10 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "gtest/gtest.h"
+#include "llvm/Support/FormattedStream.h"
 #include "llvm/ADT/SmallString.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/FormattedStream.h"
+#include "gtest/gtest.h"
 
 using namespace llvm;