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/plugins/logger/test-logger-backlog.cpp | 4 ++-- tests/unit/plugins/logger/test-logger-tail.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/unit/plugins/logger') diff --git a/tests/unit/plugins/logger/test-logger-backlog.cpp b/tests/unit/plugins/logger/test-logger-backlog.cpp index 8d3693640..6efd53acf 100644 --- a/tests/unit/plugins/logger/test-logger-backlog.cpp +++ b/tests/unit/plugins/logger/test-logger-backlog.cpp @@ -27,8 +27,8 @@ extern "C" { #include #include -#include "src/core/wee-arraylist.h" -#include "src/core/wee-config.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-config.h" #include "src/gui/gui-buffer.h" #include "src/gui/gui-color.h" #include "src/gui/gui-line.h" diff --git a/tests/unit/plugins/logger/test-logger-tail.cpp b/tests/unit/plugins/logger/test-logger-tail.cpp index cc28f3aa8..018fa3076 100644 --- a/tests/unit/plugins/logger/test-logger-tail.cpp +++ b/tests/unit/plugins/logger/test-logger-tail.cpp @@ -28,8 +28,8 @@ extern "C" #include #include #include -#include "src/core/wee-arraylist.h" -#include "src/core/wee-string.h" +#include "src/core/core-arraylist.h" +#include "src/core/core-string.h" #include "src/plugins/logger/logger-tail.h" extern const char *logger_tail_last_eol (const char *string_start, -- cgit v1.2.3