Skip to content
  • Elijah Newren's avatar
    treewide: remove unnecessary includes in source files · eea0e59f
    Elijah Newren authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    Each of these were checked with
       gcc -E -I. ${SOURCE_FILE} | grep ${HEADER_FILE}
    to ensure that removing the direct inclusion of the header actually
    resulted in that header no longer being included at all (i.e. that
    no other header pulled it in transitively).
    
    ...except for a few cases where we verified that although the header
    was brought in transitively, nothing from it was directly used in
    that source file.  These cases were:
      * builtin/credential-cache.c
      * builtin/pull.c
      * builtin/send-pack.c
    
    Signed-off-by: default avatarElijah Newren <newren@gmail.com>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    eea0e59f