Commit Diff


commit - 7e212e3dbc3a87450c1a245dd3a735e05c8d3eb0
commit + 40cf7208131e42d6d484d93ea5e4fd69daf3de04
blob - d1d6698bbe777d1e7c5bc0da143c2b36684b5347
blob + d0a4ae18c3cecf4dc659772b0c5f005b5d15119b
--- lib/pack.c
+++ lib/pack.c
@@ -32,7 +32,6 @@
 
 #include "got_error.h"
 #include "got_object.h"
-#include "got_repository.h"
 #include "got_opentemp.h"
 
 #include "got_lib_sha1.h"
@@ -41,7 +40,6 @@
 #include "got_lib_delta.h"
 #include "got_lib_inflate.h"
 #include "got_lib_object.h"
-#include "got_lib_repository.h"
 
 #ifndef nitems
 #define nitems(_a) (sizeof(_a) / sizeof((_a)[0]))