switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of
[oota-llvm.git] / tools / llvm-cov / llvm-cov.cpp
index 5e4c1ec9de026f17a9dd131d1819280b61dd6956..7b21c5bae2017fc12d5edbbb32bd380bf2e67140 100644 (file)
@@ -11,9 +11,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "GCOVReader.h"
 #include "llvm/ADT/OwningPtr.h"
 #include "llvm/Support/CommandLine.h"
+#include "llvm/Support/GCOV.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/MemoryObject.h"
 #include "llvm/Support/PrettyStackTrace.h"