diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-12 21:09:42 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-12 21:27:37 +0100 |
commit | 24c4029c96fa04b3cb4f90fbb36dc5248dd39810 (patch) | |
tree | ca51727f97207117f335f0309c063ffd2f168f2d /tests/unit/core/hook | |
parent | bb346f8c6c62655a6ef8fe4bc848d179258ce008 (diff) | |
download | weechat-24c4029c96fa04b3cb4f90fbb36dc5248dd39810.zip |
core: remove "wee-" prefix from source files in src/core and src/core/hook
Diffstat (limited to 'tests/unit/core/hook')
-rw-r--r-- | tests/unit/core/hook/test-hook-command.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/core/hook/test-hook-command.cpp b/tests/unit/core/hook/test-hook-command.cpp index d8be77d40..15a80dde8 100644 --- a/tests/unit/core/hook/test-hook-command.cpp +++ b/tests/unit/core/hook/test-hook-command.cpp @@ -29,7 +29,7 @@ extern "C" #define HAVE_CONFIG_H #endif #include "src/core/weechat.h" -#include "src/core/hook/wee-hook-command.h" +#include "src/core/hook/hook-command.h" #include "src/plugins/plugin.h" extern char *hook_command_remove_raw_markers (const char *string); |