commit | 60a732f811c6152495647a3452021fefe47b9802 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sat Nov 28 12:08:44 2009 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sat Nov 28 12:08:44 2009 +0000 |
tree | d937fc2668f239bd64137681136590fec6ac30df | |
parent | 5e2f6ed50bf8c96fa371297ecc8412b34e5911f3 [diff] |
Missed a forward declaration. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90035 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/clang/Analysis/PathDiagnostic.h b/include/clang/Analysis/PathDiagnostic.h index 2c2e018..cad702c 100644 --- a/include/clang/Analysis/PathDiagnostic.h +++ b/include/clang/Analysis/PathDiagnostic.h
@@ -24,7 +24,6 @@ namespace clang { class Decl; -class Preprocessor; class SourceManager; class Stmt;
diff --git a/include/clang/Frontend/PathDiagnosticClients.h b/include/clang/Frontend/PathDiagnosticClients.h index 98831ba..f8d2eeb 100644 --- a/include/clang/Frontend/PathDiagnosticClients.h +++ b/include/clang/Frontend/PathDiagnosticClients.h
@@ -14,9 +14,7 @@ #ifndef LLVM_CLANG_FRONTEND_PATH_DIAGNOSTIC_CLIENTS_H #define LLVM_CLANG_FRONTEND_PATH_DIAGNOSTIC_CLiENTS_H -#include <memory> #include <string> -#include "llvm/ADT/SmallVector.h" namespace clang {