about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
Diffstat (limited to 'src/command')
-rw-r--r--src/command/cmd_ac.h4
-rw-r--r--src/command/cmd_defs.h4
-rw-r--r--src/command/cmd_funcs.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/command/cmd_ac.h b/src/command/cmd_ac.h
index 79b1806c..bdfd8b80 100644
--- a/src/command/cmd_ac.h
+++ b/src/command/cmd_ac.h
@@ -32,8 +32,8 @@
  *
  */
 
-#ifndef CMD_AC_H
-#define CMD_AC_H
+#ifndef COMMAND_CMD_AC_H
+#define COMMAND_CMD_AC_H
 
 #include "config/preferences.h"
 #include "command/cmd_funcs.h"
diff --git a/src/command/cmd_defs.h b/src/command/cmd_defs.h
index 3d4f3fad..3f07693b 100644
--- a/src/command/cmd_defs.h
+++ b/src/command/cmd_defs.h
@@ -32,8 +32,8 @@
  *
  */
 
-#ifndef CMD_DEFS_H
-#define CMD_DEFS_H
+#ifndef COMMAND_CMD_DEFS_H
+#define COMMAND_CMD_DEFS_H
 
 #include <glib.h>
 
diff --git a/src/command/cmd_funcs.h b/src/command/cmd_funcs.h
index c91fd9c6..4d0f4a86 100644
--- a/src/command/cmd_funcs.h
+++ b/src/command/cmd_funcs.h
@@ -32,8 +32,8 @@
  *
  */
 
-#ifndef CMD_FUNCS_H
-#define CMD_FUNCS_H
+#ifndef COMMAND_CMD_FUNCS_H
+#define COMMAND_CMD_FUNCS_H
 
 #include "ui/win_types.h"