statzone

DNS zone file analyzer targeted at TLD zones
Log | Files | Refs | README | LICENSE

commit 500c08718a54bd3c3c401869fd6ad726642298c2
parent 0342e8b835c2d14391f5c74cfa9be449c026ed5b
Author: Frederic Cambus <fred@statdns.com>
Date:   Tue, 30 Mar 2021 20:14:21 +0200

Remove a couple of now unneeded C headers.

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

diff --git a/src/statzone.cpp b/src/statzone.cpp @@ -14,10 +14,8 @@ #include <getopt.h> #include <inttypes.h> #include <signal.h> -#include <stdlib.h> #include <string.h> #include <sys/stat.h> -#include <sys/types.h> #include <chrono> #include <iostream>