[PATCH 0/3] Remove unnecessary header includes from {tools/}lib/list_sort.c

Kuan-Wei Chiu posted 3 patches 1 month, 2 weeks ago
lib/list_sort.c                                      |  3 ---
tools/lib/list_sort.c                                |  2 --
tools/perf/check-header_ignore_hunks/lib/list_sort.c | 11 ++---------
3 files changed, 2 insertions(+), 14 deletions(-)
[PATCH 0/3] Remove unnecessary header includes from {tools/}lib/list_sort.c
Posted by Kuan-Wei Chiu 1 month, 2 weeks ago
Remove outdated and unnecessary header includes from lib/list_sort.c
and tools/lib/list_sort.c. Additionally, update the hunk exceptions
checked by check_headers.sh to reflect these changes.

Regards,
Kuan-Wei

Kuan-Wei Chiu (3):
  lib/list_sort: Remove unnecessary header includes
  tools/lib/list_sort: Remove unnecessary header includes
  perf tools: Update expected diff for lib/list_sort.c

 lib/list_sort.c                                      |  3 ---
 tools/lib/list_sort.c                                |  2 --
 tools/perf/check-header_ignore_hunks/lib/list_sort.c | 11 ++---------
 3 files changed, 2 insertions(+), 14 deletions(-)

-- 
2.34.1
Re: [PATCH 0/3] Remove unnecessary header includes from {tools/}lib/list_sort.c
Posted by Namhyung Kim 1 month ago
On Sat, Oct 12, 2024 at 12:28:25PM +0800, Kuan-Wei Chiu wrote:
> Remove outdated and unnecessary header includes from lib/list_sort.c
> and tools/lib/list_sort.c. Additionally, update the hunk exceptions
> checked by check_headers.sh to reflect these changes.
> 
> Regards,
> Kuan-Wei
> 
> Kuan-Wei Chiu (3):
>   lib/list_sort: Remove unnecessary header includes
>   tools/lib/list_sort: Remove unnecessary header includes
>   perf tools: Update expected diff for lib/list_sort.c

Acked-by: Namhyung Kim <namhyung@kernel.org>

Thanks,
Namhyung

> 
>  lib/list_sort.c                                      |  3 ---
>  tools/lib/list_sort.c                                |  2 --
>  tools/perf/check-header_ignore_hunks/lib/list_sort.c | 11 ++---------
>  3 files changed, 2 insertions(+), 14 deletions(-)
> 
> -- 
> 2.34.1
>