X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=strbuf.c;h=7f14b0fb59bd7e14979b002f441ae84ff5b0e9a2;hb=9840906026be807d0882f96396de3a3cdb9fb43e;hp=9d9d8bed915483abbc2ebb340e0881ae4e296bd4;hpb=302ebfe52192fff9a2c1c612dff22325fd073acc;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;