Hi, Beat Bolli wrote:
> --- a/packfile.h
> +++ b/packfile.h
> @@ -6,7 +6,6 @@
> /* in object-store.h */
> struct packed_git;
> struct object_info;
> -enum object_type;
>
> /*
> * Generate the filename to be used for a pack file with checksum "sha1" and
Good catch. This means packfile.h should #include "cache.h" ---
otherwise, it is not usable in a file that does
#include "git-compat-util.h"
#include "packfile.h"
Thanks and hope that helps,
Jonathan

