summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Target/Thread.cpp')
-rw-r--r--lldb/source/Target/Thread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Target/Thread.cpp b/lldb/source/Target/Thread.cpp
index 0fe9b1ef9f2..f436730b577 100644
--- a/lldb/source/Target/Thread.cpp
+++ b/lldb/source/Target/Thread.cpp
@@ -65,12 +65,12 @@ const ThreadPropertiesSP &Thread::GetGlobalProperties() {
static constexpr PropertyDefinition g_properties[] = {
#define LLDB_PROPERTIES_thread
-#include "lldb/Core/Properties.inc"
+#include "Properties.inc"
};
enum {
#define LLDB_PROPERTIES_thread
-#include "lldb/Core/PropertiesEnum.inc"
+#include "PropertiesEnum.inc"
};
class ThreadOptionValueProperties : public OptionValueProperties {
OpenPOWER on IntegriCloud