From 24c4029c96fa04b3cb4f90fbb36dc5248dd39810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 12 Mar 2024 21:09:42 +0100 Subject: core: remove "wee-" prefix from source files in src/core and src/core/hook --- tests/unit/core/hook/test-hook-command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/core/hook') 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); -- cgit v1.2.3