Skip to content

Commit

Permalink
[elf2] Fix include order.
Browse files Browse the repository at this point in the history
llvm-svn: 246892
  • Loading branch information
Bigcheese committed Sep 4, 2015
1 parent de77b1c commit f832541
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lld/ELF/Writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f832541

Please sign in to comment.