summaryrefslogtreecommitdiff
path: root/tests/unit/gui/test-gui-bar-item-custom.cpp
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-03-12 21:09:42 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-03-12 21:27:37 +0100
commit24c4029c96fa04b3cb4f90fbb36dc5248dd39810 (patch)
treeca51727f97207117f335f0309c063ffd2f168f2d /tests/unit/gui/test-gui-bar-item-custom.cpp
parentbb346f8c6c62655a6ef8fe4bc848d179258ce008 (diff)
downloadweechat-24c4029c96fa04b3cb4f90fbb36dc5248dd39810.zip
core: remove "wee-" prefix from source files in src/core and src/core/hook
Diffstat (limited to 'tests/unit/gui/test-gui-bar-item-custom.cpp')
-rw-r--r--tests/unit/gui/test-gui-bar-item-custom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/gui/test-gui-bar-item-custom.cpp b/tests/unit/gui/test-gui-bar-item-custom.cpp
index e715d55f7..4250b750b 100644
--- a/tests/unit/gui/test-gui-bar-item-custom.cpp
+++ b/tests/unit/gui/test-gui-bar-item-custom.cpp
@@ -24,7 +24,7 @@
extern "C"
{
#include <string.h>
-#include "src/core/wee-config.h"
+#include "src/core/core-config.h"
#include "src/gui/gui-bar-item.h"
#include "src/gui/gui-bar-item-custom.h"
#include "src/gui/gui-buffer.h"