Remove pointless #ifdef around internal #include.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29190 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-04-19 13:32:15 +00:00
parent abfb150159
commit be4c9f7142
1 changed files with 1 additions and 4 deletions

View File

@ -23,10 +23,7 @@
#include "mplayer/play.h"
#include "libvo/font_load.h"
#include "cfg.h"
#ifdef CONFIG_DVDREAD
#include "stream/stream.h"
#endif
#include "stream/stream.h"
typedef struct
{