From 978c7ca1ccda4fc1138c607b2ffaa9fede60bf08 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sat, 23 Mar 2024 17:35:44 -0300 Subject: change formatting + refactor string code --- plugins/shortcuts/shortcuts.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/shortcuts') diff --git a/plugins/shortcuts/shortcuts.c b/plugins/shortcuts/shortcuts.c index dea48aa..9bf4a25 100644 --- a/plugins/shortcuts/shortcuts.c +++ b/plugins/shortcuts/shortcuts.c @@ -2,8 +2,7 @@ #include #include -#include "../libre_redirect/str_init.h" -#include "../libre_redirect/str_replace_start.h" +#include "../strings/strings.h" #define SHORTCUT_N 41 -- cgit v1.2.3