aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandAlias.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/lldb/include/lldb/Interpreter/CommandAlias.h')
-rw-r--r--contrib/llvm-project/lldb/include/lldb/Interpreter/CommandAlias.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandAlias.h b/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandAlias.h
index 1e186d77f8e6..26826db62705 100644
--- a/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandAlias.h
+++ b/contrib/llvm-project/lldb/include/lldb/Interpreter/CommandAlias.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef liblldb_CommandAlias_h_
-#define liblldb_CommandAlias_h_
+#ifndef LLDB_INTERPRETER_COMMANDALIAS_H
+#define LLDB_INTERPRETER_COMMANDALIAS_H
#include <memory>
@@ -81,4 +81,4 @@ private:
};
} // namespace lldb_private
-#endif // liblldb_CommandAlias_h_
+#endif // LLDB_INTERPRETER_COMMANDALIAS_H