URI:
       xml.h: really remove stdint.h ;) - tscrape - twitter scraper
  HTML git clone git://git.codemadness.org/tscrape
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e6376fbf58e11ab1747f2edeb0ae7e55ed3b0b7a
   DIR parent d627d9a528c391a73a6a091235ad54b95d718853
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 18 Sep 2015 00:13:05 +0200
       
       xml.h: really remove stdint.h ;)
       
       Diffstat:
         M xml.h                               |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/xml.h b/xml.h
       @@ -1,5 +1,3 @@
       -#include <stdint.h>
       -
        typedef struct xmlparser {
                /* handlers */
                void (*xmlattr)(struct xmlparser *, const char *, size_t,