X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0c5cd0ff3f5b57a4c0988ea58fc2d2cb0efe3a5..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/src/common/filefn.cpp diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index ed73e4bd70..e7b88ffe93 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -56,11 +56,6 @@ #include "wx/log.h" -// No, Cygwin doesn't appear to have fnmatch.h after all. -#if defined(HAVE_FNMATCH_H) - #include "fnmatch.h" -#endif - #ifdef __WINDOWS__ #include "wx/msw/private.h" #include "wx/msw/mslu.h"