summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-04-21 00:32:11 +0200
committerLuke Bratch <luke@bratch.co.uk>2019-04-21 00:32:11 +0200
commitae325794a162bdcf625f67644976de1623bf371f (patch)
tree80a13c006aaf76079f021297dc3fecb6ae6ac987
parentd50c1a6b2004c3cc616f3db842b4c2d209dca38b (diff)
Not using time.h
-rw-r--r--blabouncer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/blabouncer.c b/blabouncer.c
index 6728fcc..331e4eb 100644
--- a/blabouncer.c
+++ b/blabouncer.c
@@ -21,7 +21,6 @@
#include <errno.h>
#include <string.h>
#include <netdb.h>
-#include <time.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>