aboutsummaryrefslogtreecommitdiff
path: root/lib/Edit/Commit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Edit/Commit.cpp')
-rw-r--r--lib/Edit/Commit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Edit/Commit.cpp b/lib/Edit/Commit.cpp
index 3a9719ada0..0b4ea3e0cd 100644
--- a/lib/Edit/Commit.cpp
+++ b/lib/Edit/Commit.cpp
@@ -8,10 +8,10 @@
//===----------------------------------------------------------------------===//
#include "clang/Edit/Commit.h"
+#include "clang/Basic/SourceManager.h"
#include "clang/Edit/EditedSource.h"
#include "clang/Lex/Lexer.h"
#include "clang/Lex/PPConditionalDirectiveRecord.h"
-#include "clang/Basic/SourceManager.h"
using namespace clang;
using namespace edit;