diff options
Diffstat (limited to 'lld/unittests/DriverTests/DarwinLdDriverTest.cpp')
-rw-r--r-- | lld/unittests/DriverTests/DarwinLdDriverTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/unittests/DriverTests/DarwinLdDriverTest.cpp b/lld/unittests/DriverTests/DarwinLdDriverTest.cpp index de1b306b25d..2fb4df3612f 100644 --- a/lld/unittests/DriverTests/DarwinLdDriverTest.cpp +++ b/lld/unittests/DriverTests/DarwinLdDriverTest.cpp @@ -15,7 +15,7 @@ #include "DriverTest.h" #include "lld/ReaderWriter/MachOLinkingContext.h" -#include "../../lib/ReaderWriter/MachO/MachOFormat.hpp" +#include "lld/ReaderWriter/MachOFormat.hpp" using namespace llvm; using namespace lld; |