Make header defines consistent

This commit is contained in:
James Booth
2016-07-24 14:51:39 +01:00
parent 310abd401d
commit 9cff37352a
33 changed files with 75 additions and 60 deletions

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"