mirror of https://github.com/mpv-player/mpv
demux_edl: fix includes
It doesn't need access to the playback core state anymore.
This commit is contained in:
parent
f3dcd85150
commit
05a75d0a76
|
@ -25,10 +25,10 @@
|
|||
|
||||
#include "talloc.h"
|
||||
|
||||
#include "player/core.h"
|
||||
#include "demux.h"
|
||||
#include "timeline.h"
|
||||
#include "common/msg.h"
|
||||
#include "common/global.h"
|
||||
#include "demux/demux.h"
|
||||
#include "options/path.h"
|
||||
#include "misc/bstr.h"
|
||||
#include "common/common.h"
|
||||
|
|
Loading…
Reference in New Issue