summaryrefslogtreecommitdiff
path: root/include/lldb/Target/ThreadSpec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Target/ThreadSpec.h')
-rw-r--r--include/lldb/Target/ThreadSpec.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/lldb/Target/ThreadSpec.h b/include/lldb/Target/ThreadSpec.h
index d00172d1763bd..34baf80462618 100644
--- a/include/lldb/Target/ThreadSpec.h
+++ b/include/lldb/Target/ThreadSpec.h
@@ -10,13 +10,9 @@
#ifndef liblldb_ThreadSpec_h_
#define liblldb_ThreadSpec_h_
-// C Includes
-// C++ Includes
-#include <string>
-
-// Other libraries and framework includes
-// Project includes
+#include "lldb/Utility/StructuredData.h"
#include "lldb/lldb-private.h"
+#include <string>
namespace lldb_private {