X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=var.c;h=e585e59d315061e2e82ea8a23843c128bcce2555;hb=26cfcfbff451a67412d2570759250a7418f648d2;hp=a57a33b81ac6c9cb5ec0c833edc21bd66428d976;hpb=b4a081b428c607f98c5d0a0eec8d543dc1f2abcd;p=git.git diff --git a/var.c b/var.c index a57a33b81..e585e59d3 100644 --- a/var.c +++ b/var.c @@ -4,9 +4,6 @@ * Copyright (C) Eric Biederman, 2005 */ #include "cache.h" -#include -#include -#include static const char var_usage[] = "git-var [-l | ]"; @@ -59,7 +56,6 @@ int main(int argc, char **argv) } setup_git_directory(); - setup_ident(); val = NULL; if (strcmp(argv[1], "-l") == 0) {