From: Benjamin Kramer Date: Sat, 28 Nov 2009 12:08:44 +0000 (+0000) Subject: Missed a forward declaration. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=408ac1767a87e1e49fcea5f8620e386b5007334a;p=clang 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 2c2e018705..cad702cbdb 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 98831ba37f..f8d2eebeb6 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 #include -#include "llvm/ADT/SmallVector.h" namespace clang {