Rename command sources
This commit is contained in:
@@ -38,11 +38,12 @@
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <libgen.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "tools/parser.h"
|
||||
#include "ui/win_types.h"
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "config/preferences.h"
|
||||
#include "config/scripts.h"
|
||||
#include "muc.h"
|
||||
@@ -50,7 +51,7 @@
|
||||
#include "roster_list.h"
|
||||
#include "window_list.h"
|
||||
#include "plugins/plugins.h"
|
||||
#include "command/cmd_autocomplete.h"
|
||||
#include "command/cmd_ac.h"
|
||||
|
||||
#ifdef HAVE_LIBGPGME
|
||||
#include "pgp/gpg.h"
|
||||
@@ -33,7 +33,7 @@
|
||||
*/
|
||||
|
||||
#include "config/preferences.h"
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
|
||||
void cmd_ac_init(void);
|
||||
void cmd_ac_uninit(void);
|
||||
@@ -49,9 +49,9 @@
|
||||
#include <glib.h>
|
||||
|
||||
#include "chat_session.h"
|
||||
#include "command/command.h"
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_autocomplete.h"
|
||||
#include "command/cmd_defs.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "command/cmd_ac.h"
|
||||
#include "common.h"
|
||||
#include "config/accounts.h"
|
||||
#include "config/preferences.h"
|
||||
@@ -50,9 +50,9 @@
|
||||
#include <ctype.h>
|
||||
|
||||
#include "chat_session.h"
|
||||
#include "command/commands.h"
|
||||
#include "command/command.h"
|
||||
#include "command/cmd_autocomplete.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "command/cmd_defs.h"
|
||||
#include "command/cmd_ac.h"
|
||||
#include "common.h"
|
||||
#include "config/accounts.h"
|
||||
#include "config/account.h"
|
||||
@@ -43,7 +43,7 @@
|
||||
#include "common.h"
|
||||
#include "log.h"
|
||||
#include "window_list.h"
|
||||
#include "command/command.h"
|
||||
#include "command/cmd_defs.h"
|
||||
#include "ui/ui.h"
|
||||
#include "xmpp/xmpp.h"
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#include "profanity.h"
|
||||
#include "common.h"
|
||||
#include "command/command.h"
|
||||
#include "command/cmd_defs.h"
|
||||
|
||||
static gboolean version = FALSE;
|
||||
static char *log = "INFO";
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#include "command/command.h"
|
||||
#include "command/cmd_defs.h"
|
||||
|
||||
typedef struct p_command {
|
||||
const char *command_name;
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#ifndef PLUGINS_H
|
||||
#define PLUGINS_H
|
||||
|
||||
#include "command/command.h"
|
||||
#include "command/cmd_defs.h"
|
||||
|
||||
typedef enum {
|
||||
LANG_PYTHON,
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#include "config/preferences.h"
|
||||
#include "config/theme.h"
|
||||
#include "config/scripts.h"
|
||||
#include "command/command.h"
|
||||
#include "command/cmd_defs.h"
|
||||
#include "common.h"
|
||||
#include "contact.h"
|
||||
#include "roster_list.h"
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <ncurses.h>
|
||||
#endif
|
||||
|
||||
#include "command/command.h"
|
||||
#include "command/cmd_defs.h"
|
||||
#include "common.h"
|
||||
#include "log.h"
|
||||
#include "muc.h"
|
||||
|
||||
@@ -55,8 +55,8 @@
|
||||
#endif
|
||||
|
||||
#include "chat_session.h"
|
||||
#include "command/command.h"
|
||||
#include "command/cmd_autocomplete.h"
|
||||
#include "command/cmd_defs.h"
|
||||
#include "command/cmd_ac.h"
|
||||
#include "common.h"
|
||||
#include "config/preferences.h"
|
||||
#include "config/theme.h"
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
#include <ncurses.h>
|
||||
#endif
|
||||
|
||||
#include "command/cmd_autocomplete.h"
|
||||
#include "command/cmd_ac.h"
|
||||
#include "common.h"
|
||||
#include "config/accounts.h"
|
||||
#include "config/preferences.h"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "command/commands.h"
|
||||
#include "command/cmd_funcs.h"
|
||||
#include "ui/win_types.h"
|
||||
#include "muc.h"
|
||||
#include "config/tlscerts.h"
|
||||
|
||||
Reference in New Issue
Block a user