commit 6735906f23dd13582e1bcc5489ae1f850ab9ffe1
parent fdca7e586d68d1077171a8d6307a54d10d4a4f2e
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 10 Feb 2022 16:35:04 +0100
Remove unneeded <err.h> include.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/statzone.cpp b/src/statzone.cpp
@@ -4,7 +4,7 @@
* https://www.statdns.com
*
* Created: 2012-02-13
- * Last Updated: 2021-11-16
+ * Last Updated: 2022-02-10
*
* StatZone is released under the BSD 2-Clause license.
* See LICENSE file for details.
@@ -12,7 +12,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
-#include <err.h>
#include <getopt.h>
#include <string.h>