summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/mp_core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-23 22:08:42 +0100
committerwm4 <wm4@nowhere>2013-11-23 22:08:42 +0100
commitf99aff1b31a7b23e7761a6da4fc4550d698e06fe (patch)
treeb039e3ef1ef379860d934c1eed0a7a94ef70d444 /mpvcore/player/mp_core.h
parent36744a30fbeaf5ea8eed1944650acb12cde9ff48 (diff)
downloadmpv-f99aff1b31a7b23e7761a6da4fc4550d698e06fe.tar.bz2
mpv-f99aff1b31a7b23e7761a6da4fc4550d698e06fe.tar.xz
Reduce stheader.h includes, move stream types to mp_common.h
Diffstat (limited to 'mpvcore/player/mp_core.h')
-rw-r--r--mpvcore/player/mp_core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mpvcore/player/mp_core.h b/mpvcore/player/mp_core.h
index 0be7e1df1f..c1fbf737f3 100644
--- a/mpvcore/player/mp_core.h
+++ b/mpvcore/player/mp_core.h
@@ -21,9 +21,8 @@
#include <stdbool.h>
-#include "compat/compiler.h"
+#include "mpvcore/mp_common.h"
#include "mpvcore/options.h"
-#include "demux/demux.h"
// definitions used internally by the core player code