Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add missing includes and forward declarations
[gitweb.git]
/
convert.h
diff --git
a/convert.h
b/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 */