Calvin Wan <calvinwan@xxxxxxxxxx> writes: > Since the functions in wrapper.c are widely used across the codebase, > include it by default in git-compat-util.h. A future patch will remove > now unnecessary inclusions of wrapper.h from other files. > > Signed-off-by: Calvin Wan <calvinwan@xxxxxxxxxx> Thanks. So currently, if you wanted to xmmap, you don't have to include wrapper.h, but if you wanted to read_in_full, you do. Making Git code treat functions like those 2 in the same way makes sense to me.