aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Host/ThreadLauncher.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Host/ThreadLauncher.h')
-rw-r--r--lldb/include/lldb/Host/ThreadLauncher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/Host/ThreadLauncher.h b/lldb/include/lldb/Host/ThreadLauncher.h
index e45ffa9df757..00b42fa6a11d 100644
--- a/lldb/include/lldb/Host/ThreadLauncher.h
+++ b/lldb/include/lldb/Host/ThreadLauncher.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef lldb_Host_ThreadLauncher_h_
-#define lldb_Host_ThreadLauncher_h_
+#ifndef LLDB_HOST_THREADLAUNCHER_H
+#define LLDB_HOST_THREADLAUNCHER_H
#include "lldb/Host/HostThread.h"
#include "lldb/lldb-types.h"