diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 17:35:44 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-23 17:35:44 -0300 |
commit | 978c7ca1ccda4fc1138c607b2ffaa9fede60bf08 (patch) | |
tree | 637df171013cd4c7fce33a3b663a0a13293071e2 /plugins/shortcuts | |
parent | c8ff246cc256633820a18d6cc149d027082216e1 (diff) |
change formatting + refactor string code
Diffstat (limited to 'plugins/shortcuts')
-rw-r--r-- | plugins/shortcuts/shortcuts.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <stdio.h> #include <string.h> -#include "../libre_redirect/str_init.h" -#include "../libre_redirect/str_replace_start.h" +#include "../strings/strings.h" #define SHORTCUT_N 41 |