mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 01:56:21 +00:00
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"
|
||||
Reference in New Issue
Block a user