From 575bc3ba624639d164f889fc8da6acd7c52ffc31 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 14 Jan 2015 11:23:58 +0000 Subject: [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 --- clang/unittests/libclang/LibclangTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/unittests/libclang/LibclangTest.cpp') diff --git a/clang/unittests/libclang/LibclangTest.cpp b/clang/unittests/libclang/LibclangTest.cpp index ee56e22..a218814 100644 --- a/clang/unittests/libclang/LibclangTest.cpp +++ b/clang/unittests/libclang/LibclangTest.cpp @@ -8,11 +8,11 @@ //===----------------------------------------------------------------------===// #include "clang-c/Index.h" -#include "gtest/gtest.h" #include "llvm/Support/Debug.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/Path.h" #include "llvm/Support/raw_ostream.h" +#include "gtest/gtest.h" #include #include #define DEBUG_TYPE "libclang-test" -- cgit v1.1