Skip to content
  • Elijah Newren's avatar
    cache.h: remove this no-longer-used header · bc5c5ec0
    Elijah Newren authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    Since this header showed up in some places besides just #include
    statements, update/clean-up/remove those other places as well.
    
    Note that compat/fsmonitor/fsm-path-utils-darwin.c previously got
    away with violating the rule that all files must start with an include
    of git-compat-util.h (or a short-list of alternate headers that happen
    to include it first).  This change exposed the violation and caused it
    to stop building correctly; fix it by having it include
    git-compat-util.h first, as per policy.
    
    Signed-off-by: default avatarElijah Newren <newren@gmail.com>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    bc5c5ec0