fix mencoder include clash on osx

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21428 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nplourde 2006-12-01 23:48:07 +00:00
parent 253732b445
commit 616383a246
1 changed files with 2 additions and 2 deletions

View File

@ -48,6 +48,8 @@
#include "m_config.h"
#include "parser-mecmd.h"
#include "get_path.c"
#include "stream/stream.h"
#include "libmpdemux/demuxer.h"
#include "libmpdemux/stheader.h"
@ -73,8 +75,6 @@
#include "osdep/timer.h"
#include "get_path.c"
#ifdef USE_DVDREAD
#include "stream/stream_dvd.h"
#endif