diff options
Diffstat (limited to 'lldb/include/lldb/Interpreter/OptionValues.h')
-rw-r--r-- | lldb/include/lldb/Interpreter/OptionValues.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/Interpreter/OptionValues.h b/lldb/include/lldb/Interpreter/OptionValues.h index d90b2867a4b0..36e7c192d60a 100644 --- a/lldb/include/lldb/Interpreter/OptionValues.h +++ b/lldb/include/lldb/Interpreter/OptionValues.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValues_h_ -#define liblldb_OptionValues_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUES_H +#define LLDB_INTERPRETER_OPTIONVALUES_H #include "lldb/Interpreter/OptionValue.h" #include "lldb/Interpreter/OptionValueArch.h" @@ -30,4 +30,4 @@ #include "lldb/Interpreter/OptionValueUInt64.h" #include "lldb/Interpreter/OptionValueUUID.h" -#endif // liblldb_OptionValues_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUES_H |