summaryrefslogtreecommitdiff
path: root/tests/unit/core/hook
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-03-12 21:09:42 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-03-12 21:27:37 +0100
commit24c4029c96fa04b3cb4f90fbb36dc5248dd39810 (patch)
treeca51727f97207117f335f0309c063ffd2f168f2d /tests/unit/core/hook
parentbb346f8c6c62655a6ef8fe4bc848d179258ce008 (diff)
downloadweechat-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.cpp2
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);