logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit 43b94ef60b3fc37f092ccfe885c69fda5d87140d
parent 9eb00b97c35261d4bcd2f0a6ec66c0ac2cc4d196
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 25 May 2020 17:25:04 +0200

Remove unneeded <sys/select.h> and <sys/types.h> includes.

Diffstat:
Msrc/logswan.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/logswan.c b/src/logswan.c @@ -14,11 +14,9 @@ #define _POSIX_C_SOURCE 199309L #define _POSIX_SOURCE -#include <sys/select.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/time.h> -#include <sys/types.h> #include <arpa/inet.h> #include <err.h> #include <getopt.h>