removed a silly #else case on an ifdef

This commit is contained in:
Thad Ward 2000-05-22 07:07:01 +00:00
parent c6abe56fd1
commit 1cb980a02e
3 changed files with 5 additions and 4 deletions

View file

@ -55,9 +55,7 @@
#include <dirent.h>
#ifdef HAVE_FNMATCH_H
# include <fnmatch.h>
#else
# include "win32/fnmatch.h"
#include <fnmatch.h>
#endif
#ifdef WIN32