summaryrefslogtreecommitdiff
path: root/sfeed_json.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-05-16 20:11:21 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-05-16 20:11:21 +0200
commit21790adad1672689225efe38b6a59494181d323b (patch)
tree2adc640d9a8fb0a08795dab414ade91959900279 /sfeed_json.c
parent6245c2866bd38dcad51833f39677f99fb25fd0ef (diff)
improve to use proper includes
Reduce using some of the unneeded sys/* headers too. This makes it slightly more portable or easier to port also.
Diffstat (limited to 'sfeed_json.c')
-rw-r--r--sfeed_json.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfeed_json.c b/sfeed_json.c
index e177d2b..4fe5942 100644
--- a/sfeed_json.c
+++ b/sfeed_json.c
@@ -1,7 +1,6 @@
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
+#include <time.h>
#include "util.h"