diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-04-15 09:52:26 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-04-15 09:52:26 +0200 |
commit | 5d731c6bf951ab1cd0859af70fa96dcd5888714c (patch) | |
tree | 053e349f7a08f95d59f5dfa18184add92fe217b7 | |
parent | decbf7dd4e5e0dd7d60f50a9eb3eabb4c5d14791 (diff) |
util: remove unneeded err.h header
-rw-r--r-- | util.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,7 +1,6 @@ #include <sys/types.h> #include <ctype.h> -#include <err.h> #include <errno.h> #include <limits.h> #include <stdarg.h> |