commit 36751b1b2e8389b739a0f7aacf7d8e5371d898bf from: Stefan Sperling date: Tue Mar 08 15:11:37 2022 UTC remove needless header inclusion; lib/pack.c does not need got_opentemp.h commit - 6f5cb1bdf76f3043ac81d413349d354738180769 commit + 36751b1b2e8389b739a0f7aacf7d8e5371d898bf blob - b8079437462b9ff19d788ec0bc2b4da195662c09 blob + 4aa9467c86b6e0a5f571584951e24abda6d8f5f5 --- lib/pack.c +++ lib/pack.c @@ -35,7 +35,6 @@ #include "got_error.h" #include "got_object.h" -#include "got_opentemp.h" #include "got_path.h" #include "got_lib_sha1.h"