aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Symbol/SourceModule.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Symbol/SourceModule.h')
-rw-r--r--lldb/include/lldb/Symbol/SourceModule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/Symbol/SourceModule.h b/lldb/include/lldb/Symbol/SourceModule.h
index b12ff01a5198..7799b6504b15 100644
--- a/lldb/include/lldb/Symbol/SourceModule.h
+++ b/lldb/include/lldb/Symbol/SourceModule.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef liblldb_SourceModule_h_
-#define liblldb_SourceModule_h_
+#ifndef LLDB_SYMBOL_SOURCEMODULE_H
+#define LLDB_SYMBOL_SOURCEMODULE_H
#include "lldb/Utility/ConstString.h"
#include <vector>