X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-unpack-objects.c;h=d351e02649401364e7384d0e784901e6f3fcb119;hb=60c0f8462fefed22fc8fb9c4e529665ed8204536;hp=e6d75748444ef4fc263970d4fe87b4623d2790fc;hpb=659db3f673fe199bad6ce9cc625d3a1b098bfbcf;p=git.git diff --git a/builtin-unpack-objects.c b/builtin-unpack-objects.c index e6d757484..d351e0264 100644 --- a/builtin-unpack-objects.c +++ b/builtin-unpack-objects.c @@ -8,8 +8,6 @@ #include "tag.h" #include "tree.h" -#include - static int dry_run, quiet, recover, has_errors; static const char unpack_usage[] = "git-unpack-objects [-n] [-q] [-r] < pack-file";