mirror of https://github.com/mpv-player/mpv
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:
parent
abfb150159
commit
be4c9f7142
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue