summaryrefslogtreecommitdiff
path: root/sfeed.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-08-22 16:14:44 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-08-22 16:14:44 +0200
commit68a48bea8231afdf3f5e533a07bffeb1dc39f875 (patch)
tree03a249c303c482f1274ff164dee80171298803b1 /sfeed.c
parent8262579564087b850fd05ed2fb72bfbdd7c9982a (diff)
remove stdint.h include
the uint* types in XML are not exposed anymore.
Diffstat (limited to 'sfeed.c')
-rw-r--r--sfeed.c1
1 files changed, 0 insertions, 1 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>