summaryrefslogtreecommitdiff
path: root/sfeed_atom.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-03-25 23:18:58 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-03-25 23:18:58 +0100
commitdb1dcafd03997127f2cbc82376e2cc8df9b77356 (patch)
treef1da5bb88c0440f56ca8ee9c9991fb7989a5d5f0 /sfeed_atom.c
parentca3f3fe68ae72fec6f607278bf88d30ab1497627 (diff)
rm sys/types.h include and improve portability
This include is not needed. It was intended for ssize_t but this is already defined by stdio.h for getline().
Diffstat (limited to 'sfeed_atom.c')
-rw-r--r--sfeed_atom.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfeed_atom.c b/sfeed_atom.c
index 3ce5cf0..c74e5fa 100644
--- a/sfeed_atom.c
+++ b/sfeed_atom.c
@@ -1,5 +1,3 @@
-#include <sys/types.h>
-
#include <stdio.h>
#include <string.h>
#include <time.h>