commit 405ceee385e4537e9878f8e24a6c3be0640bcd5b from: Stefan Sperling via: Thomas Adam date: Thu Oct 13 19:39:00 2022 UTC remove unnecessary includes of got_lib_privsep.h commit - a777fdc0851febbdbbe01ccb788c7856c119c4f4 commit + 405ceee385e4537e9878f8e24a6c3be0640bcd5b blob - 5817d7e63b2ede78e8dceb809b4c2faff58ea9f6 blob + 80b4c89f82cb626c7edd1816a7c7ada589fa5cfc --- lib/object.c +++ lib/object.c @@ -44,7 +44,6 @@ #include "got_lib_delta.h" #include "got_lib_inflate.h" #include "got_lib_object.h" -#include "got_lib_privsep.h" #include "got_lib_object_idcache.h" #include "got_lib_object_cache.h" #include "got_lib_object_parse.h" blob - 9856ed49e2b883f98a02bbebcbe3f1db8214d298 blob + d4be09b540ddfefaf18c0b29e61182be66f0a692 --- lib/object_parse.c +++ lib/object_parse.c @@ -48,7 +48,6 @@ #include "got_lib_object_parse.h" #include "got_lib_object_cache.h" #include "got_lib_pack.h" -#include "got_lib_privsep.h" #include "got_lib_repository.h" #ifndef nitems