diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-01-14 11:23:58 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-01-14 11:23:58 +0000 |
commit | 575bc3ba624639d164f889fc8da6acd7c52ffc31 (patch) | |
tree | f9cbab7c384bbd496bc5e8ea9aa872377c665e21 /clang/unittests/Basic | |
parent | d9903888d9151325c8bdaa6c9c44bc0cb0980ff6 (diff) | |
download | llvm-575bc3ba624639d164f889fc8da6acd7c52ffc31.zip llvm-575bc3ba624639d164f889fc8da6acd7c52ffc31.tar.gz llvm-575bc3ba624639d164f889fc8da6acd7c52ffc31.tar.bz2 |
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
No functionality changed, this is a purely mechanical cleanup to ensure
the #include order remains consistent across the project.
llvm-svn: 225975
Diffstat (limited to 'clang/unittests/Basic')
-rw-r--r-- | clang/unittests/Basic/FileManagerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Basic/FileManagerTest.cpp b/clang/unittests/Basic/FileManagerTest.cpp index e53213b..dd8cf24 100644 --- a/clang/unittests/Basic/FileManagerTest.cpp +++ b/clang/unittests/Basic/FileManagerTest.cpp @@ -10,8 +10,8 @@ #include "clang/Basic/FileManager.h" #include "clang/Basic/FileSystemOptions.h" #include "clang/Basic/FileSystemStatCache.h" -#include "gtest/gtest.h" #include "llvm/Config/llvm-config.h" +#include "gtest/gtest.h" using namespace llvm; using namespace clang; |