summaryrefslogtreecommitdiff
path: root/unittests/CodeGen/BufferSourceTest.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-01-14 11:23:58 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-01-14 11:23:58 +0000
commitf3590b88bc113c2f5d132f7f449d095884475bcf (patch)
treef2fe9146fa00d13378d79cf05943e7c284c4c68b /unittests/CodeGen/BufferSourceTest.cpp
parent3e3c5ba7b8be117ee3d12afebbd8d1d28b417dc0 (diff)
[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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225975 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/CodeGen/BufferSourceTest.cpp')
-rw-r--r--unittests/CodeGen/BufferSourceTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/unittests/CodeGen/BufferSourceTest.cpp b/unittests/CodeGen/BufferSourceTest.cpp
index f9d0991933..8169a6d0c9 100644
--- a/unittests/CodeGen/BufferSourceTest.cpp
+++ b/unittests/CodeGen/BufferSourceTest.cpp
@@ -10,16 +10,16 @@
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/RecursiveASTVisitor.h"
+#include "clang/Basic/TargetInfo.h"
+#include "clang/CodeGen/ModuleBuilder.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Lex/Preprocessor.h"
-#include "clang/CodeGen/ModuleBuilder.h"
-#include "clang/Sema/Sema.h"
#include "clang/Parse/ParseAST.h"
-#include "clang/Basic/TargetInfo.h"
+#include "clang/Sema/Sema.h"
#include "llvm/ADT/Triple.h"
+#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/MemoryBuffer.h"
-#include "llvm/IR/LLVMContext.h"
#include "gtest/gtest.h"
using namespace llvm;