From 2b67fca0337b46ea650f890df6e8508d1a821ae7 Mon Sep 17 00:00:00 2001 From: Shankar Easwaran Date: Sat, 18 Oct 2014 05:33:55 +0000 Subject: Sort include files according to convention. llvm-svn: 220131 --- lld/lib/Core/SymbolTable.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lld/lib/Core/SymbolTable.cpp') diff --git a/lld/lib/Core/SymbolTable.cpp b/lld/lib/Core/SymbolTable.cpp index 477c7cb6e21..d9cc868cea7 100644 --- a/lld/lib/Core/SymbolTable.cpp +++ b/lld/lib/Core/SymbolTable.cpp @@ -13,17 +13,15 @@ #include "lld/Core/DefinedAtom.h" #include "lld/Core/File.h" #include "lld/Core/LLVM.h" +#include "lld/Core/LinkingContext.h" #include "lld/Core/Resolver.h" #include "lld/Core/SharedLibraryAtom.h" -#include "lld/Core/LinkingContext.h" #include "lld/Core/UndefinedAtom.h" - #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/DenseMapInfo.h" #include "llvm/ADT/Hashing.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" - #include #include #include -- cgit v1.2.3