mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 22:36:20 +00:00
Rename command sources
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user