]> git.ipfire.org Git - thirdparty/git.git/blobdiff - strbuf.c
object-name.h: move declarations for object-name.c functions from cache.h
[thirdparty/git.git] / strbuf.c
index c383f41a3c5ccc6c6228c4ed4f9631529633f878..1b93d9d3c4741003c346891cfeb04c313192ef88 100644 (file)
--- a/strbuf.c
+++ b/strbuf.c
@@ -1,8 +1,15 @@
 #include "cache.h"
+#include "abspath.h"
+#include "alloc.h"
+#include "environment.h"
+#include "gettext.h"
+#include "hex.h"
+#include "object-name.h"
 #include "refs.h"
 #include "string-list.h"
 #include "utf8.h"
 #include "date.h"
+#include "wrapper.h"
 
 int starts_with(const char *str, const char *prefix)
 {