summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-02-06 00:06:26 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-02-06 00:06:26 +0000
commitd0078b2dba5e65c65cf934d0784fd42e97eefb34 (patch)
tree3e0ee8b18d92a4c3ac7c0df508bc0948820aaa03
parentd761ca230848c93c0c3b72fcbdbcc2c03f872677 (diff)
downloadbcm5719-llvm-d0078b2dba5e65c65cf934d0784fd42e97eefb34.tar.gz
bcm5719-llvm-d0078b2dba5e65c65cf934d0784fd42e97eefb34.zip
Sort headers. NFC.
llvm-svn: 259959
-rw-r--r--lld/ELF/Writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp
index 1914337ec98..20a1dfbc720 100644
--- a/lld/ELF/Writer.cpp
+++ b/lld/ELF/Writer.cpp
@@ -16,8 +16,8 @@
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/FileOutputBuffer.h"
-#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/StringSaver.h"
+#include "llvm/Support/raw_ostream.h"
using namespace llvm;
using namespace llvm::ELF;
OpenPOWER on IntegriCloud