aboutsummaryrefslogtreecommitdiff
path: root/include/lld/Core/SymbolTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lld/Core/SymbolTable.h')
-rw-r--r--include/lld/Core/SymbolTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lld/Core/SymbolTable.h b/include/lld/Core/SymbolTable.h
index ba4951e5bd13..9c39a6ed507c 100644
--- a/include/lld/Core/SymbolTable.h
+++ b/include/lld/Core/SymbolTable.h
@@ -10,7 +10,7 @@
#ifndef LLD_CORE_SYMBOL_TABLE_H
#define LLD_CORE_SYMBOL_TABLE_H
-#include "lld/Core/LLVM.h"
+#include "lld/Common/LLVM.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/StringExtras.h"
#include <cstring>