diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-04-21 00:32:11 +0200 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-04-21 00:32:11 +0200 |
commit | ae325794a162bdcf625f67644976de1623bf371f (patch) | |
tree | 80a13c006aaf76079f021297dc3fecb6ae6ac987 /blabouncer.c | |
parent | d50c1a6b2004c3cc616f3db842b4c2d209dca38b (diff) |
Not using time.h
Diffstat (limited to 'blabouncer.c')
-rw-r--r-- | blabouncer.c | 1 |
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> |