1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-25 01:37:21 +00:00

ass_mp.[ch]: #include "config.h"

It was indirectly included through subreader.h but better do it
explicitly. ass_mp.h also included itself, remove that.
This commit is contained in:
Uoti Urpala 2010-10-30 19:39:40 +03:00
parent 3b43c4fee5
commit 255325a9c2
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,7 @@
#include <libavutil/common.h>
#include "config.h"
#include "mp_msg.h"
#include "path.h"
#include "ass_mp.h"

View File

@ -23,8 +23,7 @@
#include <stdint.h>
#include "ass_mp.h"
#include "config.h"
#include "subreader.h"
#ifdef CONFIG_ASS