From 408ac1767a87e1e49fcea5f8620e386b5007334a Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 28 Nov 2009 12:08:44 +0000 Subject: [PATCH] Missed a forward declaration. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90035 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Analysis/PathDiagnostic.h | 1 - include/clang/Frontend/PathDiagnosticClients.h | 2 -- 2 files changed, 3 deletions(-) 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 { -- 2.40.0