From: Rafael Espindola Date: Wed, 28 Sep 2016 16:31:05 +0000 (+0000) Subject: Sort headers. NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5217f8452ca20825f40f03246255dc7e08bb6536;p=platform%2Fupstream%2Fllvm.git Sort headers. NFC. llvm-svn: 282603 --- diff --git a/lld/ELF/InputFiles.cpp b/lld/ELF/InputFiles.cpp index d9d8df5..d15a705 100644 --- a/lld/ELF/InputFiles.cpp +++ b/lld/ELF/InputFiles.cpp @@ -9,10 +9,10 @@ #include "InputFiles.h" #include "Driver.h" +#include "ELFCreator.h" #include "Error.h" #include "InputSection.h" #include "LinkerScript.h" -#include "ELFCreator.h" #include "SymbolTable.h" #include "Symbols.h" #include "llvm/ADT/STLExtras.h"