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. --- input/ipc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'input/ipc.c') diff --git a/input/ipc.c b/input/ipc.c index 34a10bbb00..baf68aaf48 100644 --- a/input/ipc.c +++ b/input/ipc.c @@ -15,8 +15,6 @@ * License along with mpv. If not, see . */ -#include "config.h" - #include "common/msg.h" #include "input/input.h" #include "misc/json.h" -- cgit v1.2.3