• Show log

    Commit

  • Hash : 451df793
    Author : Patrick Steinhardt
    Date : 2019-06-13T15:20:23

    posix: remove implicit include of "fnmatch.h" We're about to phase out our bundled fnmatch implementation as git.git has moved to wildmatch long ago in 2014. To make it easier to spot which files are stilll using fnmatch, remove the implicit "fnmatch.h" include in "posix.h" and instead include it explicitly.