[lld] r259959 - Sort headers. NFC.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 16:06:26 PST 2016
Author: rafael
Date: Fri Feb 5 18:06:26 2016
New Revision: 259959
URL: http://llvm.org/viewvc/llvm-project?rev=259959&view=rev
Log:
Sort headers. NFC.
Modified:
lld/trunk/ELF/Writer.cpp
Modified: lld/trunk/ELF/Writer.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Writer.cpp?rev=259959&r1=259958&r2=259959&view=diff
==============================================================================
--- lld/trunk/ELF/Writer.cpp (original)
+++ lld/trunk/ELF/Writer.cpp Fri Feb 5 18:06:26 2016
@@ -16,8 +16,8 @@
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/FileOutputBuffer.h"
-#include "llvm/Support/raw_ostream.h"
#include "llvm/Support/StringSaver.h"
+#include "llvm/Support/raw_ostream.h"
using namespace llvm;
using namespace llvm::ELF;
More information about the llvm-commits
mailing list