commit eb3a31e3f279ccfa3de3a8647ecb790e2342109d from: Thomas Adam date: Wed Mar 09 01:35:13 2022 UTC portable: got-read-patch: use compat includes Remove the global header #includes for those items which are detected portably. commit - 762ddcd8e63f22e481054b5046adb0f913f2bada commit + eb3a31e3f279ccfa3de3a8647ecb790e2342109d blob - 258337e16f81c1150f8b245693b587afe86be143 blob + 394f4ab52f2069ea48a27f7e7adedc3e8dfd770a --- libexec/got-read-patch/got-read-patch.c +++ libexec/got-read-patch/got-read-patch.c @@ -36,7 +36,6 @@ */ #include -#include #include #include @@ -47,7 +46,6 @@ #include #include #include -#include #include "got_error.h" #include "got_object.h"