aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/Format.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-02 10:28:36 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-02 10:28:36 +0000
commitb99083e60325a28063fb588f458a871151971fdc (patch)
tree9e6cd8da64eb615f313f0bfbe53921fddc2d3d5c /lib/Format/Format.cpp
parent5d334407e68e45e3e7baa0cd140d4fd75e7483d6 (diff)
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Removes a duplicate #include as well as cleaning up some sort order regressions since I last ran the script over Clang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171364 91177308-0d34-0410-b5e6-96231b3b80d8
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 {