diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-23 01:31:52 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-23 01:31:52 -0700 |
commit | 95f5bddcd29f3406d9942a99807c063cc44181fc (patch) | |
tree | 61b3ea13150f6040323739cec1daf7b4690b0d01 /builtin-rm.c | |
parent | Merge branch 'master' into next (diff) | |
parent | builtin-rm: squelch compiler warnings. (diff) | |
download | tgif-95f5bddcd29f3406d9942a99807c063cc44181fc.tar.xz |
Merge branch 'jc/dirwalk-n-cache-tree' into next
* jc/dirwalk-n-cache-tree:
builtin-rm: squelch compiler warnings.
Diffstat (limited to 'builtin-rm.c')
-rw-r--r-- | builtin-rm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin-rm.c b/builtin-rm.c index 0beb86dc3d..e7793a20f5 100644 --- a/builtin-rm.c +++ b/builtin-rm.c @@ -6,6 +6,7 @@ #include "cache.h" #include "builtin.h" #include "dir.h" +#include "cache-tree.h" static const char builtin_rm_usage[] = "git-rm [-n] [-v] [-f] <filepattern>..."; |