cleanup unneeded include .h file - saait - the most boring static page generator | |
git clone git://git.codemadness.org/saait | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit bebb5bec3db62f3194968bd8607aece447183da8 | |
parent 96915196628cde374903f8cb434898f5a6e0099c | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
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> |