summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-03-31 22:43:13 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-03-31 22:43:13 +0200
commit3d4ad85bdd4e1f3f3dac229033dbcd5300ba2a18 (patch)
tree1092d15efdd15111fd2c1a0bd77472cb6c9cb34c
parent275cc6c2d02d1d2782b4d13d9ef0889f3ee93876 (diff)
sfeed.c: rm ctype.h its not needed
-rw-r--r--sfeed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfeed.c b/sfeed.c
index b969874..a77afb3 100644
--- a/sfeed.c
+++ b/sfeed.c
@@ -1,4 +1,3 @@
-#include <ctype.h>
#include <errno.h>
#include <stdint.h>
#include <stdio.h>