home | blog | art | now | git gpg | email | rss

sopen

Suckless mimeopen alternative
git clone git://pollux.codes/git/sopen.git
Log | Files | Refs | README | LICENSE
commit beb70d4700c6e67a8efdc490767d258114f7f9b8
parent e1b1c71e9f235229621151fe3d8ff10b39dc6966
Author: Pollux <pollux@pollux.codes>
Date:   Fri, 23 May 2025 12:18:05 -0500

style: Remove unneeded string.h include

Signed-off-by: Pollux <pollux@pollux.codes>

Diffstat:
Msopen.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/sopen.c b/sopen.c @@ -6,7 +6,6 @@ #include <spawn.h> #include <stdio.h> #include <stdlib.h> -#include <string.h> #include <unistd.h> #define _POSIX_C_SOURCE 200809L