Skip to content

Commit 5217f84

Browse files
committed
Sort headers. NFC.
llvm-svn: 282603
1 parent 1f69cdb commit 5217f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/InputFiles.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
#include "InputFiles.h"
1111
#include "Driver.h"
12+
#include "ELFCreator.h"
1213
#include "Error.h"
1314
#include "InputSection.h"
1415
#include "LinkerScript.h"
15-
#include "ELFCreator.h"
1616
#include "SymbolTable.h"
1717
#include "Symbols.h"
1818
#include "llvm/ADT/STLExtras.h"

0 commit comments

Comments
 (0)