summaryrefslogtreecommitdiffstats
path: root/ass_mp.h
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 /ass_mp.h
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.
Diffstat (limited to 'ass_mp.h')
-rw-r--r--ass_mp.h3
1 files changed, 1 insertions, 2 deletions
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