aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Target/MemoryRegionInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Target/MemoryRegionInfo.h')
-rw-r--r--lldb/include/lldb/Target/MemoryRegionInfo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/Target/MemoryRegionInfo.h b/lldb/include/lldb/Target/MemoryRegionInfo.h
index 07e50188843e..a22da8d72b83 100644
--- a/lldb/include/lldb/Target/MemoryRegionInfo.h
+++ b/lldb/include/lldb/Target/MemoryRegionInfo.h
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef lldb_MemoryRegionInfo_h
-#define lldb_MemoryRegionInfo_h
+#ifndef LLDB_TARGET_MEMORYREGIONINFO_H
+#define LLDB_TARGET_MEMORYREGIONINFO_H
#include "lldb/Utility/ConstString.h"
#include "lldb/Utility/RangeMap.h"
@@ -143,4 +143,4 @@ struct format_provider<lldb_private::MemoryRegionInfo::OptionalBool> {
};
}
-#endif // #ifndef lldb_MemoryRegionInfo_h
+#endif // LLDB_TARGET_MEMORYREGIONINFO_H