commit 4a89c7905d4c18f36bbe8f879d9b22da3adb5d40 from: Stefan Sperling date: Wed Mar 18 16:11:28 2020 UTC remove unneeded include commit - 629bd8f306361dacededfd9446e41895353b3fe5 commit + 4a89c7905d4c18f36bbe8f879d9b22da3adb5d40 blob - 7340b1a9a9076ae86fed9a6e1276134ce7d005b7 blob + 5b45c17bbc93fb1b084dbfae4dec309dda3a9dea --- libexec/got-fetch-pack/got-fetch-pack.c +++ libexec/got-fetch-pack/got-fetch-pack.c @@ -42,7 +42,6 @@ #include "got_lib_sha1.h" #include "got_lib_delta.h" -#include "got_lib_inflate.h" #include "got_lib_object.h" #include "got_lib_object_parse.h" #include "got_lib_privsep.h"