[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / tools / llvm-cov / llvm-cov.cpp
index a67859efba59a858332f48f7017c33c15491ca1d..86ec26dbd18876a448615cee2cfe063671be9e14 100644 (file)
@@ -13,8 +13,8 @@
 
 #include "llvm/ADT/StringRef.h"
 #include "llvm/ADT/StringSwitch.h"
-#include "llvm/Support/raw_ostream.h"
 #include "llvm/Support/Path.h"
+#include "llvm/Support/raw_ostream.h"
 #include <string>
 
 using namespace llvm;