URI:
       cleanup unneeded include .h file - saait - the most boring static page generator
  HTML git clone git://git.codemadness.org/saait
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit bebb5bec3db62f3194968bd8607aece447183da8
   DIR parent 96915196628cde374903f8cb434898f5a6e0099c
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 28 Jan 2020 22:13:24 +0100
       
       cleanup unneeded include .h file
       
       Diffstat:
         M saait.c                             |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/saait.c b/saait.c
       @@ -1,5 +1,3 @@
       -#include <sys/types.h>
       -
        #include <ctype.h>
        #include <dirent.h>
        #include <errno.h>