diff options
Diffstat (limited to 'lib/ARCMigrate/TransProtectedScope.cpp')
-rw-r--r-- | lib/ARCMigrate/TransProtectedScope.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ARCMigrate/TransProtectedScope.cpp b/lib/ARCMigrate/TransProtectedScope.cpp index 843680a521..b8b25f2594 100644 --- a/lib/ARCMigrate/TransProtectedScope.cpp +++ b/lib/ARCMigrate/TransProtectedScope.cpp @@ -14,8 +14,8 @@ #include "Transforms.h" #include "Internals.h" -#include "clang/Sema/SemaDiagnostic.h" #include "clang/AST/ASTContext.h" +#include "clang/Sema/SemaDiagnostic.h" using namespace clang; using namespace arcmt; |