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:
+5
-5
@@ -36,11 +36,11 @@ extern "C"
|
||||
#define HAVE_CONFIG_H
|
||||
#endif
|
||||
#include "src/core/weechat.h"
|
||||
#include "src/core/wee-arraylist.h"
|
||||
#include "src/core/wee-dir.h"
|
||||
#include "src/core/wee-hook.h"
|
||||
#include "src/core/wee-input.h"
|
||||
#include "src/core/wee-string.h"
|
||||
#include "src/core/core-arraylist.h"
|
||||
#include "src/core/core-dir.h"
|
||||
#include "src/core/core-hook.h"
|
||||
#include "src/core/core-input.h"
|
||||
#include "src/core/core-string.h"
|
||||
#include "src/plugins/plugin.h"
|
||||
#include "src/gui/gui-main.h"
|
||||
#include "src/gui/gui-buffer.h"
|
||||
|
||||
Reference in New Issue
Block a user