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