aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/Format.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Format/Format.cpp')
-rw-r--r--lib/Format/Format.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Format/Format.cpp b/lib/Format/Format.cpp
index b304e2bf3d..49913aee2e 100644
--- a/lib/Format/Format.cpp
+++ b/lib/Format/Format.cpp
@@ -18,10 +18,9 @@
#include "clang/Format/Format.h"
#include "UnwrappedLineParser.h"
-#include "clang/Basic/SourceManager.h"
#include "clang/Basic/OperatorPrecedence.h"
+#include "clang/Basic/SourceManager.h"
#include "clang/Lex/Lexer.h"
-
#include <string>
namespace clang {