From 2b67fca0337b46ea650f890df6e8508d1a821ae7 Mon Sep 17 00:00:00 2001 From: Shankar Easwaran Date: Sat, 18 Oct 2014 05:33:55 +0000 Subject: Sort include files according to convention. llvm-svn: 220131 --- lld/unittests/DriverTests/WinLinkModuleDefTest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lld/unittests/DriverTests/WinLinkModuleDefTest.cpp') diff --git a/lld/unittests/DriverTests/WinLinkModuleDefTest.cpp b/lld/unittests/DriverTests/WinLinkModuleDefTest.cpp index 36c0505c306..6762fd4b2ea 100644 --- a/lld/unittests/DriverTests/WinLinkModuleDefTest.cpp +++ b/lld/unittests/DriverTests/WinLinkModuleDefTest.cpp @@ -7,11 +7,10 @@ // //===----------------------------------------------------------------------===// -#include - #include "gtest/gtest.h" #include "lld/Driver/WinLinkModuleDef.h" #include "llvm/Support/MemoryBuffer.h" +#include using namespace llvm; using namespace lld; -- cgit v1.2.3