aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Target/ThreadList.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Target/ThreadList.h')
-rw-r--r--lldb/include/lldb/Target/ThreadList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/Target/ThreadList.h b/lldb/include/lldb/Target/ThreadList.h
index 64ddf5aea504..6af04f8ffc37 100644
--- a/lldb/include/lldb/Target/ThreadList.h
+++ b/lldb/include/lldb/Target/ThreadList.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef liblldb_ThreadList_h_
-#define liblldb_ThreadList_h_
+#ifndef LLDB_TARGET_THREADLIST_H
+#define LLDB_TARGET_THREADLIST_H
#include <mutex>
#include <vector>
@@ -156,4 +156,4 @@ private:
} // namespace lldb_private
-#endif // liblldb_ThreadList_h_
+#endif // LLDB_TARGET_THREADLIST_H