commit 2edc8d3141a4c6247b30f05af862f1b4b530fd41 parent 3e36e79bedfa30841af70a49c157cc7f8c7f31ad Author: Frederic Cambus <fred@statdns.com> Date: Tue, 30 Mar 2021 21:59:36 +0200 Remove now unneeded <inttypes.h> include. Diffstat:
M | src/statzone.cpp | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/statzone.cpp b/src/statzone.cpp @@ -12,7 +12,6 @@ #include <err.h> #include <getopt.h> -#include <inttypes.h> #include <string.h> #include <sys/stat.h>