Commit Diff


commit - eebe1fbb435993f59691cf7d16c21d3f5a8d1bb3
commit + f9ee84c0aa84934aa85434cf0908cca74952d652
blob - e85d5490e5500a2547fce3244c397bc70e0d1dfe
blob + d0d50c2fe73dd65c8fed8e383752305d6a7f86e9
--- lib/pack_index.c
+++ lib/pack_index.c
@@ -31,8 +31,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
-#include <sha1.h>
-#include <endian.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <zlib.h>
blob - ab0c1fc65f96e25292bd8ee6d8e96ae69e00e667
blob + d9df223c4e86a5d5d14be7f9e6f64d9f96fcfcb1
--- libexec/got-index-pack/got-index-pack.c
+++ libexec/got-index-pack/got-index-pack.c
@@ -20,7 +20,6 @@
 #include <sys/mman.h>
 #include <sys/uio.h>
 
-#include <sha1.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>