diff options
Diffstat (limited to 'lldb/include/lldb/Host/common/NativeThreadProtocol.h')
-rw-r--r-- | lldb/include/lldb/Host/common/NativeThreadProtocol.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/Host/common/NativeThreadProtocol.h b/lldb/include/lldb/Host/common/NativeThreadProtocol.h index 36ae67933f53..8d4c03549bb9 100644 --- a/lldb/include/lldb/Host/common/NativeThreadProtocol.h +++ b/lldb/include/lldb/Host/common/NativeThreadProtocol.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_NativeThreadProtocol_h_ -#define liblldb_NativeThreadProtocol_h_ +#ifndef LLDB_HOST_COMMON_NATIVETHREADPROTOCOL_H +#define LLDB_HOST_COMMON_NATIVETHREADPROTOCOL_H #include <memory> @@ -53,4 +53,4 @@ protected: }; } -#endif // #ifndef liblldb_NativeThreadProtocol_h_ +#endif // LLDB_HOST_COMMON_NATIVETHREADPROTOCOL_H |