From 0e641208505a984cdcda07aed96caca4a1f3998c Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 25 Aug 2017 12:07:14 +0200 Subject: [PATCH] Revert "fixup! gc/repack: release packs when needed" The packfile.h file only exists in `pu` so far... This reverts commit b4219bb25ad7d94c352160e5e7ec8b0abf6dcf5a. Signed-off-by: Johannes Schindelin --- builtin/repack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/repack.c b/builtin/repack.c index 4aa07aefa9a726..af2e99ce588e1a 100644 --- a/builtin/repack.c +++ b/builtin/repack.c @@ -8,7 +8,6 @@ #include "strbuf.h" #include "string-list.h" #include "argv-array.h" -#include "packfile.h" static int delta_base_offset = 1; static int pack_kept_objects = -1;