remove stdint.h header: not needed anymore - tscrape - twitter scraper
 (HTM) git clone git://git.codemadness.org/tscrape
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit aec6f674a5888e14a217ae1944ca2d3d0e790a6a
 (DIR) parent e484a6a4466f9d12d2d86d36e08f0e38d0dcc0e1
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       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(-)
       ---
 (DIR) 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>
 (DIR) 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>