summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2015-09-04 22:48:30 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2015-09-04 22:48:30 +0000
commitf832541066fe458ca1ab8a493717273aeb373907 (patch)
tree0d1c90fcfa21553cd3c39ed793a5df216fcd8ee8
parentde77b1cdf361dcd6fa344cf8d921a2728d47eaf9 (diff)
downloadbcm5719-llvm-f832541066fe458ca1ab8a493717273aeb373907.tar.gz
bcm5719-llvm-f832541066fe458ca1ab8a493717273aeb373907.zip
[elf2] Fix include order.
llvm-svn: 246892
-rw-r--r--lld/ELF/Writer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lld/ELF/Writer.cpp b/lld/ELF/Writer.cpp
index f12dc5e6c85..06042f1331a 100644
--- a/lld/ELF/Writer.cpp
+++ b/lld/ELF/Writer.cpp
@@ -7,13 +7,12 @@
//
//===----------------------------------------------------------------------===//
+#include "Writer.h"
#include "Chunks.h"
#include "Config.h"
#include "Error.h"
#include "Symbols.h"
#include "SymbolTable.h"
-#include "Writer.h"
-#include "Symbols.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/STLExtras.h"
OpenPOWER on IntegriCloud