summaryrefslogtreecommitdiffstats
path: root/lld/unittests/DriverTests/WinLinkModuleDefTest.cpp
diff options
context:
space:
mode:
authorShankar Easwaran <shankarke@gmail.com>2014-10-18 05:33:55 +0000
committerShankar Easwaran <shankarke@gmail.com>2014-10-18 05:33:55 +0000
commit2b67fca0337b46ea650f890df6e8508d1a821ae7 (patch)
tree8e332bee9c98e75f0a00cc4a525d67baea10353f /lld/unittests/DriverTests/WinLinkModuleDefTest.cpp
parent786261907697bd12f60988772b5c58271e4e94f9 (diff)
downloadbcm5719-llvm-2b67fca0337b46ea650f890df6e8508d1a821ae7.tar.gz
bcm5719-llvm-2b67fca0337b46ea650f890df6e8508d1a821ae7.zip
Sort include files according to convention.
llvm-svn: 220131
Diffstat (limited to 'lld/unittests/DriverTests/WinLinkModuleDefTest.cpp')
-rw-r--r--lld/unittests/DriverTests/WinLinkModuleDefTest.cpp3
1 files changed, 1 insertions, 2 deletions
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 <memory>
-
#include "gtest/gtest.h"
#include "lld/Driver/WinLinkModuleDef.h"
#include "llvm/Support/MemoryBuffer.h"
+#include <memory>
using namespace llvm;
using namespace lld;
OpenPOWER on IntegriCloud