xml.c: remove unused includes - frontends - front-ends for some sites (experime… | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit f292d66dca2b0154b56fc8fa6935b947bfc74452 | |
parent a38626bbb42f235b3d70635032f053db83322cfc | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 29 Mar 2022 11:02:56 +0200 | |
xml.c: remove unused includes | |
Diffstat: | |
M xml.c | 4 ---- | |
1 file changed, 0 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/xml.c b/xml.c | |
@@ -1,8 +1,4 @@ | |
-#include <sys/types.h> | |
- | |
-#include <ctype.h> | |
#include <errno.h> | |
-#include <limits.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> |