summaryrefslogtreecommitdiff
path: root/source/Target/ThreadSpec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Target/ThreadSpec.cpp')
-rw-r--r--source/Target/ThreadSpec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Target/ThreadSpec.cpp b/source/Target/ThreadSpec.cpp
index f769d1a775af5..444a5a5b262aa 100644
--- a/source/Target/ThreadSpec.cpp
+++ b/source/Target/ThreadSpec.cpp
@@ -11,9 +11,9 @@
// C++ Includes
// Other libraries and framework includes
// Project includes
-#include "lldb/Target/Thread.h"
-#include "lldb/Core/StructuredData.h"
#include "lldb/Target/ThreadSpec.h"
+#include "lldb/Target/Thread.h"
+#include "lldb/Utility/StructuredData.h"
using namespace lldb;
using namespace lldb_private;