Commit Diff


commit - 6dc6a24ce5eb2ed4c94b53a3cde4cd13415c35e1
commit + eadd2d4623d9f234e06467faaa563e9186c8d38b
blob - a94670b5d04d5ecea6cb181043467a088256f14d
blob + eacc404c3d5931a6cc8d2c00dcb03d455204a92d
--- lib/delta_cache.c
+++ lib/delta_cache.c
@@ -18,13 +18,11 @@
 #include <stdlib.h>
 #include <string.h>
 #include <stdint.h>
-#include <sha1.h>
 #include <stdio.h>
 #include <zlib.h>
 #include <limits.h>
 #include <time.h>
 #include <errno.h>
-#include <siphash.h>
 
 #include "got_compat.h"