diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-03-31 22:43:13 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-03-31 22:43:13 +0200 |
commit | 3d4ad85bdd4e1f3f3dac229033dbcd5300ba2a18 (patch) | |
tree | 1092d15efdd15111fd2c1a0bd77472cb6c9cb34c | |
parent | 275cc6c2d02d1d2782b4d13d9ef0889f3ee93876 (diff) |
sfeed.c: rm ctype.h its not needed
-rw-r--r-- | sfeed.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,4 +1,3 @@ -#include <ctype.h> #include <errno.h> #include <stdint.h> #include <stdio.h> |