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/plugins/logger | |
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/plugins/logger')
-rw-r--r-- | tests/unit/plugins/logger/test-logger-backlog.cpp | 4 | ||||
-rw-r--r-- | tests/unit/plugins/logger/test-logger-tail.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
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 <stdio.h> #include <string.h> -#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 <unistd.h> #include <stdio.h> #include <string.h> -#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, |