diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-03-27 21:19:47 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-03-27 21:19:47 +0000 |
commit | c04832252305df493641c714a31a9b0add598085 (patch) | |
tree | b55213fb14f9c811d89c2fa4176ce92e56c59183 /clang/lib/Checker/CFRefCount.cpp | |
parent | 2e8074bfc345fb1d0c614afc963b87c50ec9be89 (diff) | |
download | bcm5719-llvm-c04832252305df493641c714a31a9b0add598085.tar.gz bcm5719-llvm-c04832252305df493641c714a31a9b0add598085.zip |
Checker: random include cleanup.
llvm-svn: 99731
Diffstat (limited to 'clang/lib/Checker/CFRefCount.cpp')
-rw-r--r-- | clang/lib/Checker/CFRefCount.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Checker/CFRefCount.cpp b/clang/lib/Checker/CFRefCount.cpp index 9a76f6a2a3a..3c4a27cc07f 100644 --- a/clang/lib/Checker/CFRefCount.cpp +++ b/clang/lib/Checker/CFRefCount.cpp @@ -16,8 +16,7 @@ #include "clang/AST/StmtVisitor.h" #include "clang/Basic/LangOptions.h" #include "clang/Basic/SourceManager.h" -#include "clang/Checker/BugReporter/BugReporter.h" -#include "clang/Checker/BugReporter/PathDiagnostic.h" +#include "clang/Checker/BugReporter/BugType.h" #include "clang/Checker/BugReporter/PathDiagnostic.h" #include "clang/Checker/Checkers/LocalCheckers.h" #include "clang/Checker/DomainSpecific/CocoaConventions.h" |