Make header defines consistent
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user