From c2e94e1925f3c7acfa3fd3352dc8fdafe6375adc Mon Sep 17 00:00:00 2001 From: zhuyaliang <15132211195@163.com> Date: Wed, 25 Oct 2023 21:43:03 +0800 Subject: Remove libslab library libslab is only used in mate-c-c and there is no need to provide a library --- shell/control-center.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/control-center.c') diff --git a/shell/control-center.c b/shell/control-center.c index 2bdc741c..f0f391c4 100644 --- a/shell/control-center.c +++ b/shell/control-center.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include "slab.h" void handle_static_action_clicked(Tile* tile, TileEvent* event, gpointer data); static GSList* get_actions_list(void); -- cgit v1.2.1