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:
M | sopen.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