summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Core
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/unittests/Core')
-rw-r--r--lldb/unittests/Core/ArchSpecTest.cpp2
-rw-r--r--lldb/unittests/Core/StructuredDataTest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/unittests/Core/ArchSpecTest.cpp b/lldb/unittests/Core/ArchSpecTest.cpp
index 8fed7adba07..98b77e1826b 100644
--- a/lldb/unittests/Core/ArchSpecTest.cpp
+++ b/lldb/unittests/Core/ArchSpecTest.cpp
@@ -11,7 +11,7 @@
#include "lldb/Core/ArchSpec.h"
-#include "llvm/Support/MachO.h"
+#include "llvm/BinaryFormat/MachO.h"
using namespace lldb;
using namespace lldb_private;
diff --git a/lldb/unittests/Core/StructuredDataTest.cpp b/lldb/unittests/Core/StructuredDataTest.cpp
index cac33030417..cdcf3236cd7 100644
--- a/lldb/unittests/Core/StructuredDataTest.cpp
+++ b/lldb/unittests/Core/StructuredDataTest.cpp
@@ -12,7 +12,7 @@
#include "lldb/Core/StructuredData.h"
#include "lldb/Utility/StreamString.h"
-#include "llvm/Support/MachO.h"
+#include "llvm/BinaryFormat/MachO.h"
using namespace lldb;
using namespace lldb_private;
OpenPOWER on IntegriCloud