sfeed

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

commit 68a48bea8231afdf3f5e533a07bffeb1dc39f875
parent 8262579564087b850fd05ed2fb72bfbdd7c9982a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 22 Aug 2018 16:14:44 +0200

remove stdint.h include

the uint* types in XML are not exposed anymore.

Diffstat:
Msfeed.c | 1-
Msfeed_opml_import.c | 1-
Msfeed_tail.c | 1-
Msfeed_web.c | 1-
Msfeed_xmlenc.c | 1-
5 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/sfeed.c b/sfeed.c @@ -3,7 +3,6 @@ #include <ctype.h> #include <err.h> #include <errno.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/sfeed_opml_import.c b/sfeed_opml_import.c @@ -2,7 +2,6 @@ #include <ctype.h> #include <err.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/sfeed_tail.c b/sfeed_tail.c @@ -3,7 +3,6 @@ #include <ctype.h> #include <err.h> #include <locale.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/sfeed_web.c b/sfeed_web.c @@ -2,7 +2,6 @@ #include <ctype.h> #include <err.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/sfeed_xmlenc.c b/sfeed_xmlenc.c @@ -2,7 +2,6 @@ #include <ctype.h> #include <err.h> -#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h>