aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Utility/Iterable.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Utility/Iterable.h')
-rw-r--r--lldb/include/lldb/Utility/Iterable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/Utility/Iterable.h b/lldb/include/lldb/Utility/Iterable.h
index d9c61aa958cc..3f9b8b1e4c57 100644
--- a/lldb/include/lldb/Utility/Iterable.h
+++ b/lldb/include/lldb/Utility/Iterable.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef liblldb_Iterable_h_
-#define liblldb_Iterable_h_
+#ifndef LLDB_UTILITY_ITERABLE_H
+#define LLDB_UTILITY_ITERABLE_H
#include <utility>
@@ -194,4 +194,4 @@ private:
} // namespace lldb_private
-#endif // liblldb_Iterable_h_
+#endif // LLDB_UTILITY_ITERABLE_H