llvm-cov: Fix include order in GCOV.cpp

llvm-svn: 200796
This commit is contained in:
Justin Bogner 2014-02-04 21:03:17 +00:00
parent 34f460ed29
commit df82c62fcf
1 changed files with 3 additions and 3 deletions

View File

@ -12,12 +12,12 @@
//
//===----------------------------------------------------------------------===//
#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"