aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Core/Address.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Core/Address.h')
-rw-r--r--lldb/include/lldb/Core/Address.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/Core/Address.h b/lldb/include/lldb/Core/Address.h
index 70a7f790e40d..71e50b91d68e 100644
--- a/lldb/include/lldb/Core/Address.h
+++ b/lldb/include/lldb/Core/Address.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef liblldb_Address_h_
-#define liblldb_Address_h_
+#ifndef LLDB_CORE_ADDRESS_H
+#define LLDB_CORE_ADDRESS_H
#include "lldb/lldb-defines.h"
#include "lldb/lldb-forward.h"
@@ -515,4 +515,4 @@ bool operator!=(const Address &lhs, const Address &rhs);
} // namespace lldb_private
-#endif // liblldb_Address_h_
+#endif // LLDB_CORE_ADDRESS_H