commit d953d89953407bff647a8992583c9f0850f5771c from: Stefan Sperling via: Thomas Adam date: Tue Mar 08 20:30:04 2022 UTC remove needless header inclusion; lib/pack.c does not need got_opentemp.h commit - 94af5a06f725ffeb02b8a53eb2010a094d0a8d14 commit + d953d89953407bff647a8992583c9f0850f5771c blob - 386beeb5dd0d92cab6b196c328e2144a2cb595c2 blob + 82b347cabb0771a0d12f911aa614f5f306c23e09 --- lib/pack.c +++ lib/pack.c @@ -31,7 +31,6 @@ #include "got_error.h" #include "got_object.h" -#include "got_opentemp.h" #include "got_path.h" #include "got_lib_sha1.h"