Sort the #include lines for unittest/...
[oota-llvm.git] / unittests / ADT / StringRefTest.cpp
index ead372f365d6ea0bc66a72569321813239196533..fa87cd0e2c8673d3f7ec4bf51f707904f480c591 100644 (file)
@@ -7,11 +7,11 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "gtest/gtest.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/ADT/Hashing.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/Support/raw_ostream.h"
+#include "gtest/gtest.h"
 using namespace llvm;
 
 namespace llvm {