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,6 +1,5 @@
#include "builtin.h"
#include "cache.h"
#include "strbuf.h"
/*
* Returns the length of a line, without trailing spaces.