Commit 6435d2a6d2c84c4875a0c6f641b06d7cd1796a0c

Christian Weisgerber 2021-09-02T21:43:35

sys/param.h is not needed

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/got/got.c b/got/got.c
index 320079e..a0e7e05 100644
--- a/got/got.c
+++ b/got/got.c
@@ -19,7 +19,6 @@
 #include <sys/queue.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/param.h>
 #include <sys/wait.h>
 
 #include <err.h>