summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfeed.c1
-rw-r--r--sfeed_opml_import.c1
-rw-r--r--sfeed_tail.c1
-rw-r--r--sfeed_web.c1
-rw-r--r--sfeed_xmlenc.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/sfeed.c b/sfeed.c
index 0e89cff..f04f164 100644
--- 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
index 6fd51eb..a254733 100644
--- 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
index 088d70f..84f194f 100644
--- 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
index 95b8145..bb7d9b6 100644
--- 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
index 4d3c08f..56edfeb 100644
--- 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>