1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

core: remove "wee-" prefix from source files in src/core and src/core/hook

This commit is contained in:
Sébastien Helleu
2024-03-12 21:09:42 +01:00
parent bb346f8c6c
commit 24c4029c96
204 changed files with 1321 additions and 1321 deletions
+8 -8
View File
@@ -28,14 +28,14 @@
#include <gcrypt.h>
#include "../core/weechat.h"
#include "../core/wee-config.h"
#include "../core/wee-crypto.h"
#include "../core/wee-hashtable.h"
#include "../core/wee-hook.h"
#include "../core/wee-infolist.h"
#include "../core/wee-input.h"
#include "../core/wee-proxy.h"
#include "../core/wee-string.h"
#include "../core/core-config.h"
#include "../core/core-crypto.h"
#include "../core/core-hashtable.h"
#include "../core/core-hook.h"
#include "../core/core-infolist.h"
#include "../core/core-input.h"
#include "../core/core-proxy.h"
#include "../core/core-string.h"
#include "../gui/gui-bar.h"
#include "../gui/gui-bar-item.h"
#include "../gui/gui-bar-window.h"