commit affc4eed0efab2d385406813ccf33ac850b09c5c from: Stefan Sperling date: Thu Oct 13 12:03:19 2022 UTC remove unnecessary includes of got_lib_privsep.h commit - b9de8018be96c42d3421711a341c1fc8f6d7e0fb commit + affc4eed0efab2d385406813ccf33ac850b09c5c blob - ddb9eb27727656a27e3a34e8d1389a4549d8dd8d blob + a29d9aed8e74dfe0af6e0d402daa550461fe4ca5 --- lib/object.c +++ lib/object.c @@ -43,7 +43,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 - 939bd135cfe0576cf9d58bde532ea7006dd0152e blob + ec233429206e7196cf189fc056e4a4902b222519 --- lib/object_parse.c +++ lib/object_parse.c @@ -49,7 +49,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