Introduction
Introduction Statistics Contact Development Disclaimer Help
remove unneeded includes - jfconvert - JSON Feed (subset) to sfeed or Atom conv…
git clone git://git.codemadness.org/jfconvert
Log
Files
Refs
README
LICENSE
---
commit 4644c5f38b0edd54cb68018524b2133e7ccd61e5
parent ff7a80ab6af0e322f0e45b2bd5187152df55faf6
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
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>
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.