From b2c4df0543c3de1725763511eca658a055209f36 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 10 Jan 2007 19:07:42 +0000 Subject: Move #ifdef directives around complete files into the build system. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21873 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/glob-win.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'osdep/glob-win.c') 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 #include "glob.h" @@ -85,4 +84,3 @@ int main(){ return 0; } -#endif -- cgit v1.2.3