summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp
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/google/UnnamedNamespaceInHeaderCheck.cpp
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/google/UnnamedNamespaceInHeaderCheck.cpp')
-rw-r--r--clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp b/clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp
index dc2d17093b3..0a82182f63f 100644
--- a/clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp
+++ b/clang-tools-extra/clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp
@@ -8,9 +8,9 @@
//===----------------------------------------------------------------------===//
#include "UnnamedNamespaceInHeaderCheck.h"
+#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/ASTMatchers/ASTMatchers.h"
-#include "clang/AST/ASTContext.h"
using namespace clang::ast_matchers;
OpenPOWER on IntegriCloud