summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/GnuLdDriver.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/lib/Driver/GnuLdDriver.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/lib/Driver/GnuLdDriver.cpp')
-rw-r--r--lld/lib/Driver/GnuLdDriver.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lld/lib/Driver/GnuLdDriver.cpp b/lld/lib/Driver/GnuLdDriver.cpp
index ded0b70e0cd..0d2dea3bd77 100644
--- a/lld/lib/Driver/GnuLdDriver.cpp
+++ b/lld/lib/Driver/GnuLdDriver.cpp
@@ -15,7 +15,6 @@
#include "lld/Driver/Driver.h"
#include "lld/Driver/GnuLdInputGraph.h"
-
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/STLExtras.h"
@@ -30,9 +29,8 @@
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/PrettyStackTrace.h"
-#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/Signals.h"
-
+#include "llvm/Support/raw_ostream.h"
#include <cstring>
#include <tuple>
OpenPOWER on IntegriCloud