summaryrefslogtreecommitdiffstats
path: root/core/m_option.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/m_option.c
parentbc1d61cf4296ab41564adb896e454e48c292e451 (diff)
downloadmpv-f8589c98891b11eea249c998b1dc2fac50c99b46.tar.bz2
mpv-f8589c98891b11eea249c998b1dc2fac50c99b46.tar.xz
Remove m_struct
Not needed anymore.
Diffstat (limited to 'core/m_option.c')
-rw-r--r--core/m_option.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/m_option.c b/core/m_option.c
index 33da609fdd..343768a23d 100644
--- a/core/m_option.c
+++ b/core/m_option.c
@@ -1776,8 +1776,6 @@ const m_option_type_t m_option_type_rel_time = {
//// Objects (i.e. filters, etc) settings
-#include "core/m_struct.h"
-
#undef VAL
#define VAL(x) (*(m_obj_settings_t **)(x))