mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
core: remove "wee-" prefix from source files in src/core and src/core/hook
This commit is contained in:
@@ -30,11 +30,11 @@ extern "C"
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
#include <gcrypt.h>
|
||||
#include "src/core/wee-config-file.h"
|
||||
#include "src/core/wee-crypto.h"
|
||||
#include "src/core/wee-hashtable.h"
|
||||
#include "src/core/wee-hook.h"
|
||||
#include "src/core/wee-string.h"
|
||||
#include "src/core/core-config-file.h"
|
||||
#include "src/core/core-crypto.h"
|
||||
#include "src/core/core-hashtable.h"
|
||||
#include "src/core/core-hook.h"
|
||||
#include "src/core/core-string.h"
|
||||
#include "src/plugins/relay/relay.h"
|
||||
#include "src/plugins/relay/relay-client.h"
|
||||
#include "src/plugins/relay/relay-config.h"
|
||||
|
||||
Reference in New Issue
Block a user