]> git.ipfire.org Git - thirdparty/git.git/blobdiff - convert.h
Add missing includes and forward declarations
[thirdparty/git.git] / convert.h
index 01385d92886223ab7b1d951d12c5de9b07612401..76c654385d813bfc72b9be44a11272ff9b87228f 100644 (file)
--- a/convert.h
+++ b/convert.h
@@ -7,6 +7,8 @@
 #include "string-list.h"
 
 struct index_state;
+struct object_id;
+struct strbuf;
 
 #define CONV_EOL_RNDTRP_DIE   (1<<0) /* Die if CRLF to LF to CRLF is different */
 #define CONV_EOL_RNDTRP_WARN  (1<<1) /* Warn if CRLF to LF to CRLF is different */