commit 450ebe7e8660e9f13faae91d624613c72b31f878 parent ce137388920ae2022ec4f1d80fc1be1a998cc558 Author: Oliver Lowe <o@olowe.co> Date: Mon, 11 Aug 2025 13:38:39 +1000 remove unused pthreads import Diffstat:
| M | src/common/utils.c | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/common/utils.c b/src/common/utils.c @@ -40,10 +40,6 @@ #include <glib/gi18n.h> -#ifdef USE_PTHREAD -#include <pthread.h> -#endif - #include <stdio.h> #include <string.h> #include <ctype.h>