summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/m_property.c2
-rw-r--r--options/parse_commandline.c2
-rw-r--r--options/parse_configfile.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/options/m_property.c b/options/m_property.c
index a2e9fe7187..6e4c6066d0 100644
--- a/options/m_property.c
+++ b/options/m_property.c
@@ -18,8 +18,6 @@
/// \file
/// \ingroup Properties
-#include "config.h"
-
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
diff --git a/options/parse_commandline.c b/options/parse_commandline.c
index f11cbaf038..b68c53acd6 100644
--- a/options/parse_commandline.c
+++ b/options/parse_commandline.c
@@ -22,8 +22,6 @@
#include <assert.h>
#include <stdbool.h>
-#include "config.h"
-
#include "osdep/io.h"
#include "common/global.h"
#include "common/msg.h"
diff --git a/options/parse_configfile.c b/options/parse_configfile.c
index dd7f1387f8..9daa25e350 100644
--- a/options/parse_configfile.c
+++ b/options/parse_configfile.c
@@ -15,8 +15,6 @@
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config.h"
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>