commit 3d4ad85bdd4e1f3f3dac229033dbcd5300ba2a18 parent 275cc6c2d02d1d2782b4d13d9ef0889f3ee93876 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Thu, 31 Mar 2022 22:43:13 +0200 sfeed.c: rm ctype.h its not needed Diffstat:
M | sfeed.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sfeed.c b/sfeed.c @@ -1,4 +1,3 @@ -#include <ctype.h> #include <errno.h> #include <stdint.h> #include <stdio.h>