diff options
Diffstat (limited to 'lld/COFF/ModuleDef.cpp')
| -rw-r--r-- | lld/COFF/ModuleDef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/COFF/ModuleDef.cpp b/lld/COFF/ModuleDef.cpp index 6c8ef71395a..a273b6f535d 100644 --- a/lld/COFF/ModuleDef.cpp +++ b/lld/COFF/ModuleDef.cpp @@ -18,7 +18,7 @@ #include "Config.h" #include "Error.h" -#include "lld/Support/Memory.h" +#include "Memory.h" #include "llvm/ADT/StringRef.h" #include "llvm/ADT/StringSwitch.h" #include "llvm/Support/StringSaver.h" |

