Now that cache.h needs strbuf.h, remove useless includes.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Pierre Habouzit
2007-09-15 15:56:50 +02:00
committed by Junio C Hamano
parent 5ecd293d14
commit ba3ed09728
20 changed files with 0 additions and 20 deletions

View File

@ -1,7 +1,6 @@
#include "cache.h"
#include "attr.h"
#include "run-command.h"
#include "strbuf.h"
/*
* convert.c - convert a file when checking it out and checking it in.