summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/llvm
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-01-14 11:24:38 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-01-14 11:24:38 +0000
commit3cbd71c03bac065fbfc5928fe2ca9d5484c2c436 (patch)
tree07e557b28e1a03778f07ebfc25ac9cfb0337cdfe /clang-tools-extra/clang-tidy/llvm
parent575bc3ba624639d164f889fc8da6acd7c52ffc31 (diff)
downloadbcm5719-llvm-3cbd71c03bac065fbfc5928fe2ca9d5484c2c436.tar.gz
bcm5719-llvm-3cbd71c03bac065fbfc5928fe2ca9d5484c2c436.zip
[cleanup] Re-sort the #include lines with llvm/utils/sort_includes.py
No functionality changed, this is just a mechanical cleanup to keep the order of #include lines consistent across the project. llvm-svn: 225976
Diffstat (limited to 'clang-tools-extra/clang-tidy/llvm')
-rw-r--r--clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp b/clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
index 73add5e8f5a..c9c71842460 100644
--- a/clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
+++ b/clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp
@@ -10,9 +10,9 @@
#include "../ClangTidy.h"
#include "../ClangTidyModule.h"
#include "../ClangTidyModuleRegistry.h"
+#include "../readability/NamespaceCommentCheck.h"
#include "HeaderGuardCheck.h"
#include "IncludeOrderCheck.h"
-#include "../readability/NamespaceCommentCheck.h"
#include "TwineLocalCheck.h"
namespace clang {
OpenPOWER on IntegriCloud