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
+3 -3
View File
@@ -30,9 +30,9 @@ extern "C"
#define HAVE_CONFIG_H
#endif
#include "src/core/weechat.h"
#include "src/core/wee-command.h"
#include "src/core/wee-input.h"
#include "src/core/wee-string.h"
#include "src/core/core-command.h"
#include "src/core/core-input.h"
#include "src/core/core-string.h"
#include "src/gui/gui-buffer.h"
}