summaryrefslogtreecommitdiffstats
path: root/options/m_option.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-19 21:26:09 +0100
committerwm4 <wm4@nowhere>2013-12-19 21:26:09 +0100
commitb97b92fe405f370fd0f94a6e8df54745fd9b56db (patch)
tree3836631a23407c5cc997f72616c7db64100047ee /options/m_option.h
parentf5b6710becd41b264c1ca16fcb0e7468ce13bd02 (diff)
downloadmpv-b97b92fe405f370fd0f94a6e8df54745fd9b56db.tar.bz2
mpv-b97b92fe405f370fd0f94a6e8df54745fd9b56db.tar.xz
m_option.h: actually remove config.h include
This was supposed to be done in commit 80b34ebe.
Diffstat (limited to 'options/m_option.h')
-rw-r--r--options/m_option.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/options/m_option.h b/options/m_option.h
index 46c00b92e7..8e3e958c63 100644
--- a/options/m_option.h
+++ b/options/m_option.h
@@ -23,7 +23,6 @@
#include <stddef.h>
#include <stdbool.h>
-#include "config.h"
#include "bstr/bstr.h"
#include "audio/chmap.h"