commit ef7d4e11a44df1a1101c5d61d1d44991f29c5668 from: Thomas Adam date: Fri Apr 22 11:37:09 2022 UTC portable: portably #include siphash.h Now that siphash is being looked for in a portable way, don't assume as this is most likely not going to be the case on non-BSD systems. commit - ddd12270ff092d803b3e6fd6d9e6701a49bb5c65 commit + ef7d4e11a44df1a1101c5d61d1d44991f29c5668 blob - beec3097b26092113063dbcb91dc15a8bde91a16 blob + 57113aae6a5722c03a19dde3bfc3cbafb3541629 --- lib/object_idset.c +++ lib/object_idset.c @@ -22,7 +22,6 @@ #include #include #include -#include #include "got_compat.h"