summaryrefslogtreecommitdiff
path: root/unittests/Basic/FileManagerTest.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-04 09:45:34 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-04 09:45:34 +0000
commit1050e8b2252d89a0004a6fd25a58dab88b5ee625 (patch)
treeaa1af222bc1bad73e6034d0976e8fec4d6439821 /unittests/Basic/FileManagerTest.cpp
parente0c6e93dddf4503d9b12ce09d7ab6ea5d523499f (diff)
downloadclang-1050e8b2252d89a0004a6fd25a58dab88b5ee625.tar.gz
clang-1050e8b2252d89a0004a6fd25a58dab88b5ee625.tar.bz2
clang-1050e8b2252d89a0004a6fd25a58dab88b5ee625.tar.xz
Sort the #include lines for unittests/...
I've tried to place sensible headers at the top as main-module headers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Basic/FileManagerTest.cpp')
-rw-r--r--unittests/Basic/FileManagerTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/unittests/Basic/FileManagerTest.cpp b/unittests/Basic/FileManagerTest.cpp
index 91998b6388..0a83a3aeb7 100644
--- a/unittests/Basic/FileManagerTest.cpp
+++ b/unittests/Basic/FileManagerTest.cpp
@@ -7,10 +7,9 @@
//
//===----------------------------------------------------------------------===//
+#include "clang/Basic/FileManager.h"
#include "clang/Basic/FileSystemOptions.h"
#include "clang/Basic/FileSystemStatCache.h"
-#include "clang/Basic/FileManager.h"
-
#include "gtest/gtest.h"
using namespace llvm;