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/relay/test-relay-http.cpp | |
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/relay/test-relay-http.cpp')
-rw-r--r-- | tests/unit/plugins/relay/test-relay-http.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/unit/plugins/relay/test-relay-http.cpp b/tests/unit/plugins/relay/test-relay-http.cpp index 4e735179d..c5dda3d45 100644 --- a/tests/unit/plugins/relay/test-relay-http.cpp +++ b/tests/unit/plugins/relay/test-relay-http.cpp @@ -30,11 +30,11 @@ extern "C" #include <ctype.h> #include <time.h> #include <gcrypt.h> -#include "src/core/wee-config-file.h" -#include "src/core/wee-crypto.h" -#include "src/core/wee-hashtable.h" -#include "src/core/wee-hook.h" -#include "src/core/wee-string.h" +#include "src/core/core-config-file.h" +#include "src/core/core-crypto.h" +#include "src/core/core-hashtable.h" +#include "src/core/core-hook.h" +#include "src/core/core-string.h" #include "src/plugins/relay/relay.h" #include "src/plugins/relay/relay-client.h" #include "src/plugins/relay/relay-config.h" |