aboutsummaryrefslogtreecommitdiff
path: root/deps/lld/lib/Core/SymbolTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/lld/lib/Core/SymbolTable.cpp')
-rw-r--r--deps/lld/lib/Core/SymbolTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/lld/lib/Core/SymbolTable.cpp b/deps/lld/lib/Core/SymbolTable.cpp
index 583c65acb5..51ae8d1718 100644
--- a/deps/lld/lib/Core/SymbolTable.cpp
+++ b/deps/lld/lib/Core/SymbolTable.cpp
@@ -8,11 +8,11 @@
//===----------------------------------------------------------------------===//
#include "lld/Core/SymbolTable.h"
+#include "lld/Common/LLVM.h"
#include "lld/Core/AbsoluteAtom.h"
#include "lld/Core/Atom.h"
#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"