aboutsummaryrefslogtreecommitdiff
path: root/lib/ARCMigrate/PlistReporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ARCMigrate/PlistReporter.cpp')
-rw-r--r--lib/ARCMigrate/PlistReporter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ARCMigrate/PlistReporter.cpp b/lib/ARCMigrate/PlistReporter.cpp
index d1bc90fdbe16..144ba2e398ad 100644
--- a/lib/ARCMigrate/PlistReporter.cpp
+++ b/lib/ARCMigrate/PlistReporter.cpp
@@ -8,9 +8,9 @@
//===----------------------------------------------------------------------===//
#include "Internals.h"
-#include "clang/Lex/Lexer.h"
-#include "clang/Basic/SourceManager.h"
#include "clang/Basic/FileManager.h"
+#include "clang/Basic/SourceManager.h"
+#include "clang/Lex/Lexer.h"
using namespace clang;
using namespace arcmt;