summaryrefslogtreecommitdiff
path: root/sfeed_gopher.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-01-24 01:59:14 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-01-24 02:14:57 +0100
commitd4c8c60b3885873dcc212c8134f23b2739aedbd2 (patch)
tree663a396b3be12be7260deea0f0a8356380aac655 /sfeed_gopher.c
parent89beec4875174d56ea926391d812e1604ff55615 (diff)
cleanup some includes
Diffstat (limited to 'sfeed_gopher.c')
-rw-r--r--sfeed_gopher.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sfeed_gopher.c b/sfeed_gopher.c
index 4100c62..27f23ef 100644
--- a/sfeed_gopher.c
+++ b/sfeed_gopher.c
@@ -1,17 +1,11 @@
-#include <sys/stat.h>
#include <sys/types.h>
-#include <ctype.h>
#include <err.h>
-#include <errno.h>
-#include <fcntl.h>
#include <limits.h>
-#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
-#include <unistd.h>
#include "util.h"