Rename command sources

This commit is contained in:
James Booth
2016-05-22 23:59:52 +01:00
parent cd15a27153
commit fb34785566
30 changed files with 44 additions and 43 deletions

View File

@@ -49,7 +49,7 @@
#include "profanity.h"
#include "ui/ui.h"
#include "config/theme.h"
#include "command/command.h"
#include "command/cmd_defs.h"
#include "window_list.h"
#include "common.h"

View File

@@ -35,8 +35,8 @@
#include <string.h>
#include <stdlib.h>
#include "command/command.h"
#include "command/cmd_autocomplete.h"
#include "command/cmd_defs.h"
#include "command/cmd_ac.h"
#include "plugins/callbacks.h"
#include "plugins/plugins.h"
#include "tools/autocomplete.h"

View File

@@ -37,7 +37,7 @@
#include <glib.h>
#include "command/command.h"
#include "command/cmd_defs.h"
typedef struct p_command {
const char *command_name;

View File

@@ -35,7 +35,7 @@
#ifndef PLUGINS_H
#define PLUGINS_H
#include "command/command.h"
#include "command/cmd_defs.h"
typedef enum {
LANG_PYTHON,