URI:
       remove unused includes - hurl - Gopher/HTTP/HTTPS file grabber
  HTML git clone git://git.codemadness.org/hurl
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit ee0a010dcee9362e3c6b2d1ce4d33aa1691309b5
   DIR parent c5a5347274765fe9e6a193713653f017ee5d9842
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 14 Jun 2020 14:15:37 +0200
       
       remove unused includes
       
       Diffstat:
         M hurl.c                              |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/hurl.c b/hurl.c
       @@ -7,9 +7,7 @@
        #include <netdb.h>
        #include <locale.h>
        #include <signal.h>
       -#include <stdarg.h>
        #include <stdio.h>
       -#include <stdint.h>
        #include <stdlib.h>
        #include <string.h>
        #include <time.h>