summaryrefslogtreecommitdiffstats
path: root/core/command.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-08-02 17:03:13 +0200
committerwm4 <wm4@nowhere>2013-08-02 17:03:13 +0200
commitf8589c98891b11eea249c998b1dc2fac50c99b46 (patch)
tree31c556e5f1b645828febbc5e0db989f77baec291 /core/command.c
parentbc1d61cf4296ab41564adb896e454e48c292e451 (diff)
downloadmpv-f8589c98891b11eea249c998b1dc2fac50c99b46.tar.bz2
mpv-f8589c98891b11eea249c998b1dc2fac50c99b46.tar.xz
Remove m_struct
Not needed anymore.
Diffstat (limited to 'core/command.c')
-rw-r--r--core/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/command.c b/core/command.c
index 17b01686f2..ba0fc2aede 100644
--- a/core/command.c
+++ b/core/command.c
@@ -64,7 +64,6 @@
#ifdef CONFIG_DVDREAD
#include "stream/stream_dvd.h"
#endif
-#include "core/m_struct.h"
#include "screenshot.h"
#include "core/mp_core.h"