InstrProf: Remove an unused header (NFC)
authorJustin Bogner <mail@justinbogner.com>
Mon, 2 Feb 2015 22:38:39 +0000 (22:38 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 2 Feb 2015 22:38:39 +0000 (22:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227881 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-cov/CodeCoverage.cpp

index 7cee4d4b3f2ea2ddb1946929450cef14cf6b6895..98a044f115d6aa412caae137454cc4f9a628c45c 100644 (file)
@@ -22,7 +22,6 @@
 #include "llvm/ADT/SmallString.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/ProfileData/CoverageMapping.h"
-#include "llvm/ProfileData/CoverageMappingReader.h"
 #include "llvm/ProfileData/InstrProfReader.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FileSystem.h"