remove unneeded includes - jfconvert - JSON Feed (subset) to sfeed or Atom converter
(HTM) git clone git://git.codemadness.org/jfconvert
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4644c5f38b0edd54cb68018524b2133e7ccd61e5
(DIR) parent ff7a80ab6af0e322f0e45b2bd5187152df55faf6
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 16 May 2023 20:35:47 +0200
remove unneeded includes
Diffstat:
M jf2atom.c | 2 --
M jf2sfeed.c | 1 -
2 files changed, 0 insertions(+), 3 deletions(-)
---
(DIR) 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>
(DIR) 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>