From 85e6e8717145115bcb6ad67cde29a1f5eb352dab Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 7 Jan 2014 20:05:01 +0000 Subject: Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't always produce as pretty of results as it does in LLVM and Clang, but I don't mind and the value of having a single canonical ordering is very high IMO. Let me know if you spot really serious problems here. llvm-svn: 198703 --- .../unittests/clang-apply-replacements/ReformattingTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang-tools-extra/unittests/clang-apply-replacements/ReformattingTest.cpp') diff --git a/clang-tools-extra/unittests/clang-apply-replacements/ReformattingTest.cpp b/clang-tools-extra/unittests/clang-apply-replacements/ReformattingTest.cpp index e16308223c9..6d638b523c2 100644 --- a/clang-tools-extra/unittests/clang-apply-replacements/ReformattingTest.cpp +++ b/clang-tools-extra/unittests/clang-apply-replacements/ReformattingTest.cpp @@ -8,9 +8,9 @@ //===----------------------------------------------------------------------===// #include "clang-apply-replacements/Tooling/ApplyReplacements.h" +#include "common/VirtualFileHelper.h" #include "clang/Format/Format.h" #include "clang/Tooling/Refactoring.h" -#include "common/VirtualFileHelper.h" #include "gtest/gtest.h" using namespace clang; -- cgit v1.2.3