X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=strbuf.c;h=7f14b0fb59bd7e14979b002f441ae84ff5b0e9a2;hb=120b0dfbed148461c4e1349d12a1b7913545260e;hp=9d9d8bed915483abbc2ebb340e0881ae4e296bd4;hpb=36d277c72d90d32f99616072b64a2652248f5264;p=git.git diff --git a/strbuf.c b/strbuf.c index 9d9d8bed9..7f14b0fb5 100644 --- a/strbuf.c +++ b/strbuf.c @@ -1,7 +1,5 @@ -#include -#include -#include "strbuf.h" #include "cache.h" +#include "strbuf.h" void strbuf_init(struct strbuf *sb) { sb->buf = NULL;