summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/char/char.h6
-rw-r--r--src/char/int_quest.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/char/char.h b/src/char/char.h
index 3b6e0fa8c..1f5df2750 100644
--- a/src/char/char.h
+++ b/src/char/char.h
@@ -2,8 +2,8 @@
// See the LICENSE file
// Portions Copyright (c) Athena Dev Teams
-#ifndef COMMON_CHAR_H
-#define COMMON_CHAR_H
+#ifndef CHAR_CHAR_H
+#define CHAR_CHAR_H
#include "common/cbasetypes.h"
#include "common/core.h" // CORE_ST_LAST
@@ -312,4 +312,4 @@ struct char_interface {
struct char_interface *chr;
-#endif /* COMMON_CHAR_H */
+#endif /* CHAR_CHAR_H */
diff --git a/src/char/int_quest.h b/src/char/int_quest.h
index 2cb359d40..ee04388fc 100644
--- a/src/char/int_quest.h
+++ b/src/char/int_quest.h
@@ -1,8 +1,8 @@
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
-#ifndef CHAR_QUEST_H
-#define CHAR_QUEST_H
+#ifndef CHAR_INT_QUEST_H
+#define CHAR_INT_QUEST_H
#ifdef HERCULES_CORE
void inter_quest_defaults(void);
@@ -17,5 +17,5 @@ struct inter_quest_interface {
struct inter_quest_interface *inter_quest;
-#endif /* CHAR_QUEST_H */
+#endif /* CHAR_INT_QUEST_H */