cleanup some more includes - tscrape - twitter scraper | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 1b03719564afdb0ba61fa1599d0cb796e10d6ed9 | |
parent 07ed8752bbdf330e170b53dc29f35044cbbbe958 | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
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> | |
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> |