summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-30 19:39:40 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:45 +0200
commit255325a9c2929a22beec832e6b98f7c340c3a5d0 (patch)
treef188e81d4b79807a35cfae1ef406d99326e5bfc2
parent3b43c4fee510bd05675adbfae6b3ad9cfc2d1f47 (diff)
downloadmpv-255325a9c2929a22beec832e6b98f7c340c3a5d0.tar.bz2
mpv-255325a9c2929a22beec832e6b98f7c340c3a5d0.tar.xz
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.
-rw-r--r--ass_mp.c1
-rw-r--r--ass_mp.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/ass_mp.c b/ass_mp.c
index 0cbd5c084d..31acb521b8 100644
--- a/ass_mp.c
+++ b/ass_mp.c
@@ -28,6 +28,7 @@
#include <libavutil/common.h>
+#include "config.h"
#include "mp_msg.h"
#include "path.h"
#include "ass_mp.h"
diff --git a/ass_mp.h b/ass_mp.h
index be67a66cf6..0694426898 100644
--- a/ass_mp.h
+++ b/ass_mp.h
@@ -23,8 +23,7 @@
#include <stdint.h>
-#include "ass_mp.h"
-
+#include "config.h"
#include "subreader.h"
#ifdef CONFIG_ASS