summaryrefslogtreecommitdiffstats
path: root/osdep/glob-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/glob-win.c')
-rw-r--r--osdep/glob-win.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/glob-win.c b/osdep/glob-win.c
index 5e77771331..9a0c92a278 100644
--- a/osdep/glob-win.c
+++ b/osdep/glob-win.c
@@ -3,7 +3,6 @@
#include "config.h"
-#ifndef HAVE_GLOB
#include <windows.h>
#include "glob.h"
@@ -85,4 +84,3 @@ int main(){
return 0;
}
-#endif