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