]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fast-import.c
commit.h: remove method declarations
[thirdparty/git.git] / fast-import.c
index 3ea5781029de661fb083fcd99acbae7c39c22904..4a93df3839dcb4565810538d5a3a48f74eb51f14 100644 (file)
@@ -171,6 +171,7 @@ Format of STDIN stream:
 #include "packfile.h"
 #include "object-store.h"
 #include "mem-pool.h"
+#include "commit-reach.h"
 
 #define PACK_ID_BITS 16
 #define MAX_PACK_ID ((1<<PACK_ID_BITS)-1)