summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/Lexer.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-07 11:51:46 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-07 11:51:46 +0000
commit5553d0d4cadc35733a910e7af5f8911105ff529d (patch)
tree37f66b9e63f660eec1bc75bbcbc6437b671649a0 /clang/lib/Lex/Lexer.cpp
parent8a8cd2bab94f5f1e41e7e1a16747e3c6b537009b (diff)
downloadbcm5719-llvm-5553d0d4cadc35733a910e7af5f8911105ff529d.tar.gz
bcm5719-llvm-5553d0d4cadc35733a910e7af5f8911105ff529d.zip
Sort all the #include lines with LLVM's utils/sort_includes.py which
encodes the canonical rules for LLVM's style. I noticed this had drifted quite a bit when cleaning up LLVM, so wanted to clean up Clang as well. llvm-svn: 198686
Diffstat (limited to 'clang/lib/Lex/Lexer.cpp')
-rw-r--r--clang/lib/Lex/Lexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Lex/Lexer.cpp b/clang/lib/Lex/Lexer.cpp
index 6ad21425805..845cb34bf3c 100644
--- a/clang/lib/Lex/Lexer.cpp
+++ b/clang/lib/Lex/Lexer.cpp
@@ -25,6 +25,7 @@
//===----------------------------------------------------------------------===//
#include "clang/Lex/Lexer.h"
+#include "UnicodeCharSets.h"
#include "clang/Basic/CharInfo.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Lex/CodeCompletionHandler.h"
@@ -37,7 +38,6 @@
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ConvertUTF.h"
#include "llvm/Support/MemoryBuffer.h"
-#include "UnicodeCharSets.h"
#include <cstring>
using namespace clang;
OpenPOWER on IntegriCloud