aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Target/QueueList.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Target/QueueList.h')
-rw-r--r--lldb/include/lldb/Target/QueueList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/Target/QueueList.h b/lldb/include/lldb/Target/QueueList.h
index 761107e41def..7c74a6a99ac1 100644
--- a/lldb/include/lldb/Target/QueueList.h
+++ b/lldb/include/lldb/Target/QueueList.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef liblldb_QueueList_h_
-#define liblldb_QueueList_h_
+#ifndef LLDB_TARGET_QUEUELIST_H
+#define LLDB_TARGET_QUEUELIST_H
#include <mutex>
#include <vector>
@@ -107,4 +107,4 @@ private:
} // namespace lldb_private
-#endif // liblldb_QueueList_h_
+#endif // LLDB_TARGET_QUEUELIST_H