summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/SymbolTable.cpp
diff options
context:
space:
mode:
authorShankar Easwaran <shankarke@gmail.com>2014-10-18 05:33:55 +0000
committerShankar Easwaran <shankarke@gmail.com>2014-10-18 05:33:55 +0000
commit2b67fca0337b46ea650f890df6e8508d1a821ae7 (patch)
tree8e332bee9c98e75f0a00cc4a525d67baea10353f /lld/lib/Core/SymbolTable.cpp
parent786261907697bd12f60988772b5c58271e4e94f9 (diff)
downloadbcm5719-llvm-2b67fca0337b46ea650f890df6e8508d1a821ae7.tar.gz
bcm5719-llvm-2b67fca0337b46ea650f890df6e8508d1a821ae7.zip
Sort include files according to convention.
llvm-svn: 220131
Diffstat (limited to 'lld/lib/Core/SymbolTable.cpp')
-rw-r--r--lld/lib/Core/SymbolTable.cpp4
1 files changed, 1 insertions, 3 deletions
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 <algorithm>
#include <cassert>
#include <cstdlib>
OpenPOWER on IntegriCloud