aboutsummaryrefslogtreecommitdiff
path: root/lldb/include/lldb/Target/JITLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Target/JITLoader.h')
-rw-r--r--lldb/include/lldb/Target/JITLoader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/include/lldb/Target/JITLoader.h b/lldb/include/lldb/Target/JITLoader.h
index 1bafd828f78e..790fdfaf8548 100644
--- a/lldb/include/lldb/Target/JITLoader.h
+++ b/lldb/include/lldb/Target/JITLoader.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef liblldb_JITLoader_h_
-#define liblldb_JITLoader_h_
+#ifndef LLDB_TARGET_JITLOADER_H
+#define LLDB_TARGET_JITLOADER_H
#include <vector>
@@ -65,4 +65,4 @@ protected:
} // namespace lldb_private
-#endif // liblldb_JITLoader_h_
+#endif // LLDB_TARGET_JITLOADER_H