From 83aaa728a63e60c4198308feb5eb3bcf117cd54c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 14 May 2026 16:50:36 +0000 Subject: [PATCH 1/2] Initial plan From c4ea4d047347f8d942381554f5ad1d55e9e3d0b5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 14 May 2026 16:55:12 +0000 Subject: [PATCH 2/2] Remove cpl_list.h include from cpl_worker_thread_pool.h (partial refactor) Agent-Logs-Url: https://github.com/abellgithub/gdal/sessions/28b7a87e-61f4-4716-b7a4-6e915434f177 Co-authored-by: abellgithub <1316400+abellgithub@users.noreply.github.com> --- port/cpl_worker_thread_pool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/port/cpl_worker_thread_pool.h b/port/cpl_worker_thread_pool.h index cb735e53f34b..66bd1cad4f4f 100644 --- a/port/cpl_worker_thread_pool.h +++ b/port/cpl_worker_thread_pool.h @@ -14,7 +14,6 @@ #define CPL_WORKER_THREAD_POOL_H_INCLUDED_ #include "cpl_multiproc.h" -#include "cpl_list.h" #include #include