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/scripts/test-scripts.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/scripts') diff --git a/tests/scripts/test-scripts.cpp b/tests/scripts/test-scripts.cpp index a1624a853..c6f05f00a 100644 --- a/tests/scripts/test-scripts.cpp +++ b/tests/scripts/test-scripts.cpp @@ -32,10 +32,10 @@ extern "C" #include #include #include "src/core/weechat.h" -#include "src/core/wee-hdata.h" -#include "src/core/wee-string.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-util.h" +#include "src/core/core-hdata.h" +#include "src/core/core-string.h" +#include "src/core/core-hook.h" +#include "src/core/core-util.h" #include "src/plugins/plugin.h" } -- cgit v1.2.3