From 9efce6d4ae26114a23f41f0b3b2d0d9f0281547b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sat, 18 Feb 2023 19:29:01 +0000 Subject: various: drop unused #include "config.h" Most sources don't need config.h. The inclusion only leads to lots of unneeded recompilation if the configuration is changed. --- sub/sd_lavc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sub/sd_lavc.c') diff --git a/sub/sd_lavc.c b/sub/sd_lavc.c index 7b0d0dfe38..8bbd7b784b 100644 --- a/sub/sd_lavc.c +++ b/sub/sd_lavc.c @@ -24,8 +24,6 @@ #include #include -#include "config.h" - #include "mpv_talloc.h" #include "common/msg.h" #include "common/av_common.h" -- cgit v1.2.3