Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / unittests / Support / ErrorOrTest.cpp
index feb6a086e1943a012568ee7206adbe1477e92d5a..4c5eed050f926b2a71ff242c78227d27e01b0e01 100644 (file)
@@ -8,9 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/ErrorOr.h"
-
 #include "gtest/gtest.h"
-
 #include <memory>
 
 using namespace llvm;