cleanup some more includes - tscrape - twitter scraper
(HTM) git clone git://git.codemadness.org/tscrape
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1b03719564afdb0ba61fa1599d0cb796e10d6ed9
(DIR) parent 07ed8752bbdf330e170b53dc29f35044cbbbe958
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 1 Feb 2020 15:56:04 +0100
cleanup some more includes
Diffstat:
M tscrape_plain.c | 2 --
M util.c | 3 ---
2 files changed, 0 insertions(+), 5 deletions(-)
---
(DIR) diff --git a/tscrape_plain.c b/tscrape_plain.c
@@ -1,10 +1,8 @@
#include <sys/types.h>
-#include <ctype.h>
#include <err.h>
#include <locale.h>
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include <time.h>
(DIR) diff --git a/util.c b/util.c
@@ -1,10 +1,7 @@
#include <sys/types.h>
#include <ctype.h>
-#include <err.h>
#include <errno.h>
-#include <limits.h>
-#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>