summaryrefslogtreecommitdiffstats
path: root/lld/unittests/DriverTests/DriverTest.h
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/DriverTest.h
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/DriverTest.h')
-rw-r--r--lld/unittests/DriverTests/DriverTest.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/lld/unittests/DriverTests/DriverTest.h b/lld/unittests/DriverTests/DriverTest.h
index 36f39950ac7..b0e02d37cd0 100644
--- a/lld/unittests/DriverTests/DriverTest.h
+++ b/lld/unittests/DriverTests/DriverTest.h
@@ -7,13 +7,10 @@
//
//===----------------------------------------------------------------------===//
-#include <stdarg.h>
-
-#include "gtest/gtest.h"
-
#include "lld/Driver/Driver.h"
-
#include "llvm/Support/raw_ostream.h"
+#include "gtest/gtest.h"
+#include <stdarg.h>
namespace {
OpenPOWER on IntegriCloud