summaryrefslogtreecommitdiffstats
path: root/clang/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
commit44eb4f66f4ada4f053505a5169a88124c30e669b (patch)
tree3f94e279a07907dee11f78172d89ecc570201f64 /clang/lib/Format/Format.cpp
parentb034cb7755badaf4d760701f335cac10aaed0610 (diff)
downloadbcm5719-llvm-44eb4f66f4ada4f053505a5169a88124c30e669b.tar.gz
bcm5719-llvm-44eb4f66f4ada4f053505a5169a88124c30e669b.zip
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. llvm-svn: 171364
Diffstat (limited to 'clang/lib/Format/Format.cpp')
-rw-r--r--clang/lib/Format/Format.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp
index b304e2bf3d7..49913aee2e4 100644
--- a/clang/lib/Format/Format.cpp
+++ b/clang/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 {
OpenPOWER on IntegriCloud