[lld] r260528 - Sort includes. NFC.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 07:24:49 PST 2016


Author: rafael
Date: Thu Feb 11 09:24:48 2016
New Revision: 260528

URL: http://llvm.org/viewvc/llvm-project?rev=260528&view=rev
Log:
Sort includes. NFC.

Modified:
    lld/trunk/ELF/InputFiles.cpp

Modified: lld/trunk/ELF/InputFiles.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/InputFiles.cpp?rev=260528&r1=260527&r2=260528&view=diff
==============================================================================
--- lld/trunk/ELF/InputFiles.cpp (original)
+++ lld/trunk/ELF/InputFiles.cpp Thu Feb 11 09:24:48 2016
@@ -8,8 +8,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "InputFiles.h"
-#include "InputSection.h"
 #include "Error.h"
+#include "InputSection.h"
 #include "Symbols.h"
 #include "llvm/ADT/STLExtras.h"
 




More information about the llvm-commits mailing list