remove stdint.h header: not needed anymore - tscrape - twitter scraper | |
git clone git://git.codemadness.org/tscrape | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit aec6f674a5888e14a217ae1944ca2d3d0e790a6a | |
parent e484a6a4466f9d12d2d86d36e08f0e38d0dcc0e1 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sun, 26 Aug 2018 15:24:23 +0200 | |
remove stdint.h header: not needed anymore | |
Diffstat: | |
M tscrape.c | 1 - | |
M util.c | 1 - | |
2 files changed, 0 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/tscrape.c b/tscrape.c | |
@@ -4,7 +4,6 @@ | |
#include <err.h> | |
#include <errno.h> | |
#include <limits.h> | |
-#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
diff --git a/util.c b/util.c | |
@@ -6,7 +6,6 @@ | |
#include <limits.h> | |
#include <stdarg.h> | |
#include <stdio.h> | |
-#include <stdint.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <time.h> |