diff options
Diffstat (limited to 'lld/ELF/ScriptLexer.h')
| -rw-r--r-- | lld/ELF/ScriptLexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/ScriptLexer.h b/lld/ELF/ScriptLexer.h index da0a5e96236..e7c8b28e49f 100644 --- a/lld/ELF/ScriptLexer.h +++ b/lld/ELF/ScriptLexer.h @@ -10,7 +10,7 @@ #ifndef LLD_ELF_SCRIPT_LEXER_H #define LLD_ELF_SCRIPT_LEXER_H -#include "lld/Core/LLVM.h" +#include "lld/Common/LLVM.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/MemoryBuffer.h" #include <utility> |

