commit 4644c5f38b0edd54cb68018524b2133e7ccd61e5
parent ff7a80ab6af0e322f0e45b2bd5187152df55faf6
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 16 May 2023 20:35:47 +0200
remove unneeded includes
Diffstat:
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/jf2atom.c b/jf2atom.c
@@ -1,6 +1,4 @@
#include <errno.h>
-#include <limits.h>
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/jf2sfeed.c b/jf2sfeed.c
@@ -1,5 +1,4 @@
#include <errno.h>
-#include <limits.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>