diff options
| author | Mehdi Amini <mehdi.amini@apple.com> | 2016-07-18 19:02:11 +0000 |
|---|---|---|
| committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-07-18 19:02:11 +0000 |
| commit | 9670f847b8c5f6eb42c3df74035809f95465b5fb (patch) | |
| tree | c6aba23799aaf9725ff3163d1d2f39266d4fa4d0 /clang/lib/ARCMigrate/Transforms.cpp | |
| parent | 210b7cf3e2592cd3c2ea227a9ee5ebd4a72e3ed5 (diff) | |
| download | bcm5719-llvm-9670f847b8c5f6eb42c3df74035809f95465b5fb.tar.gz bcm5719-llvm-9670f847b8c5f6eb42c3df74035809f95465b5fb.zip | |
[NFC] Header cleanup
Summary: Removed unused headers, replaced some headers with forward class declarations
Patch by: Eugene <claprix@yandex.ru>
Differential Revision: https://reviews.llvm.org/D20100
llvm-svn: 275882
Diffstat (limited to 'clang/lib/ARCMigrate/Transforms.cpp')
| -rw-r--r-- | clang/lib/ARCMigrate/Transforms.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/ARCMigrate/Transforms.cpp b/clang/lib/ARCMigrate/Transforms.cpp index 3fd36ff310f..cb96a547fba 100644 --- a/clang/lib/ARCMigrate/Transforms.cpp +++ b/clang/lib/ARCMigrate/Transforms.cpp @@ -11,17 +11,12 @@ #include "Internals.h" #include "clang/AST/ASTContext.h" #include "clang/AST/RecursiveASTVisitor.h" -#include "clang/AST/StmtVisitor.h" #include "clang/Analysis/DomainSpecific/CocoaConventions.h" #include "clang/Basic/SourceManager.h" #include "clang/Basic/TargetInfo.h" #include "clang/Lex/Lexer.h" #include "clang/Lex/Preprocessor.h" #include "clang/Sema/Sema.h" -#include "clang/Sema/SemaDiagnostic.h" -#include "llvm/ADT/DenseSet.h" -#include "llvm/ADT/StringSwitch.h" -#include <map> using namespace clang; using namespace arcmt; |

