llvm-cov: Fix include order in GCOV.cpp
authorJustin Bogner <mail@justinbogner.com>
Tue, 4 Feb 2014 21:03:17 +0000 (21:03 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 4 Feb 2014 21:03:17 +0000 (21:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200796 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/GCOV.cpp

index 45ef78e078ae31839218f91ef0d9c73020de8eb2..01759ca96bd79cc16b2a99f8af75717eb1ee5c38 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Support/Debug.h"
+#include "llvm/Support/GCOV.h"
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/ADT/STLExtras.h"
-#include "llvm/Support/Format.h"
+#include "llvm/Support/Debug.h"
 #include "llvm/Support/FileSystem.h"
-#include "llvm/Support/GCOV.h"
+#include "llvm/Support/Format.h"
 #include "llvm/Support/MemoryObject.h"
 #include "llvm/Support/Path.h"
 #include "llvm/Support/system_error.h"