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. --- osdep/timer-darwin.c | 1 - 1 file changed, 1 deletion(-) (limited to 'osdep/timer-darwin.c') diff --git a/osdep/timer-darwin.c b/osdep/timer-darwin.c index 802e0e52a1..2e7122eabf 100644 --- a/osdep/timer-darwin.c +++ b/osdep/timer-darwin.c @@ -23,7 +23,6 @@ #include #include -#include "config.h" #include "common/msg.h" #include "timer.h" -- cgit v1.2.3