diff options
Diffstat (limited to 'lldb/unittests/ObjectFile')
-rw-r--r-- | lldb/unittests/ObjectFile/ELF/TestELFHeader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/unittests/ObjectFile/ELF/TestELFHeader.cpp b/lldb/unittests/ObjectFile/ELF/TestELFHeader.cpp index 279ea0a34d3..979011f66a2 100644 --- a/lldb/unittests/ObjectFile/ELF/TestELFHeader.cpp +++ b/lldb/unittests/ObjectFile/ELF/TestELFHeader.cpp @@ -9,7 +9,7 @@ //===----------------------------------------------------------------------===// #include "Plugins/ObjectFile/ELF/ELFHeader.h" -#include "lldb/Core/DataExtractor.h" +#include "lldb/Utility/DataExtractor.h" #include "gtest/gtest.h" using namespace lldb; |