projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update bash completion header documentation
[git]
/
strbuf.c
diff --git
a/strbuf.c
b/strbuf.c
index
9d9d8be
..
7f14b0f
100644
(file)
--- a/
strbuf.c
+++ b/
strbuf.c
@@
-1,7
+1,5
@@
-#include <stdio.h>
-#include <stdlib.h>
-#include "strbuf.h"
#include "cache.h"
+#include "strbuf.h"
void strbuf_init(struct strbuf *sb) {
sb->buf = NULL;