about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 14:51:39 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 14:51:39 +0100
commit9cff37352a0200dbe0acb1b6a9e5810ee33743ea (patch)
tree16ee077c3b0dcb38807280e616c647fc6a207d91 /src/command
parent310abd401d9706cb633308cfa2c78317c720d417 (diff)
downloadprofani-tty-9cff37352a0200dbe0acb1b6a9e5810ee33743ea.tar.gz
Make header defines consistent
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"