Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / unittests / Support / MemoryBufferTest.cpp
index 2b8806c394f3451c11110be075ca21c285aa43bc..5bd8ee673e2ff20c25db34a931a9cdee99b281cd 100644 (file)
@@ -12,9 +12,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/FileSystem.h"
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/FileSystem.h"
+#include "llvm/ADT/OwningPtr.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/raw_ostream.h"
-#include "llvm/ADT/OwningPtr.h"
 #include "gtest/gtest.h"
 
 using namespace llvm;
 #include "gtest/gtest.h"
 
 using namespace llvm;