sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 5d731c6bf951ab1cd0859af70fa96dcd5888714c
parent decbf7dd4e5e0dd7d60f50a9eb3eabb4c5d14791
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon, 15 Apr 2019 09:52:26 +0200

util: remove unneeded err.h header

Diffstat:
Mutil.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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>