Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h'
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58646 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index 74dc7b4..4d5e6be 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -25,7 +25,7 @@
#include "clang.h"
#include "ASTConsumers.h"
#include "clang/Driver/CompileOptions.h"
-#include "clang/Driver/HTMLDiagnostics.h"
+#include "clang/Driver/PathDiagnosticClients.h"
#include "clang/Driver/InitHeaderSearch.h"
#include "clang/Driver/TextDiagnosticBuffer.h"
#include "clang/Driver/TextDiagnosticPrinter.h"