diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-08-24 02:33:36 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-08-24 02:33:36 +0000 |
commit | 8148839c105992f00be9fd23f68f2139a9112ebf (patch) | |
tree | d1cb9ec4f958bc78fa11b335e8dcd19a210b08fa /Driver/clang.cpp | |
parent | 155f49d0ade0a008f619b61a4f531711396dd9a7 (diff) |
Moved HTMLDiagnostics to lib/Driver.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/clang.cpp')
-rw-r--r-- | Driver/clang.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp index 419fa980c6..fad1624ef2 100644 --- a/Driver/clang.cpp +++ b/Driver/clang.cpp @@ -24,7 +24,7 @@ #include "clang.h" #include "ASTConsumers.h" -#include "HTMLDiagnostics.h" +#include "clang/Driver/HTMLDiagnostics.h" #include "clang/Driver/InitHeaderSearch.h" #include "clang/Driver/TextDiagnosticBuffer.h" #include "clang/Driver/TextDiagnosticPrinter.h" |