X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=fetch-pack.c;h=a432eacab999a87fb3c3d545d90dbff82e57a820;hb=a034e9106ff1a4cb6fcb6f2ea3a1a47b4d2ba173;hp=6fa6e8af9a3f27c471c229a2f014d797af065bb6;hpb=d699e27bd487598bc3c5bbf649d866c5274ef8cd;p=thirdparty%2Fgit.git diff --git a/fetch-pack.c b/fetch-pack.c index 6fa6e8af9a..a432eacab9 100644 --- a/fetch-pack.c +++ b/fetch-pack.c @@ -2,6 +2,7 @@ #include "alloc.h" #include "repository.h" #include "config.h" +#include "date.h" #include "environment.h" #include "gettext.h" #include "hex.h" @@ -23,7 +24,8 @@ #include "oid-array.h" #include "oidset.h" #include "packfile.h" -#include "object-store.h" +#include "object-store-ll.h" +#include "path.h" #include "connected.h" #include "fetch-negotiator.h" #include "fsck.h"