summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-04-15 09:52:26 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-04-15 09:52:26 +0200
commit5d731c6bf951ab1cd0859af70fa96dcd5888714c (patch)
tree053e349f7a08f95d59f5dfa18184add92fe217b7 /util.c
parentdecbf7dd4e5e0dd7d60f50a9eb3eabb4c5d14791 (diff)
util: remove unneeded err.h header
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.c b/util.c
index d7e1258..37beb44 100644
--- a/util.c
+++ b/util.c
@@ -1,7 +1,6 @@
#include <sys/types.h>
#include <ctype.h>
-#include <err.h>
#include <errno.h>
#include <limits.h>
#include <stdarg.h>