Re: [PATCH v2 14/16] selftests: vDSO: vdso_test_gettimeofday: Clean up includes
From: Vincenzo Frascino
Date: Fri Feb 28 2025 - 07:30:23 EST
On 26/02/2025 11:44, Thomas Weißschuh wrote:
> Some unnecessary headers are included, remove them.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
> ---
> tools/testing/selftests/vDSO/vdso_test_gettimeofday.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c b/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c
> index e31b18ffae338c1576449b54ca7f84d9816d2ecb..636a56ccf8e4e7943ca446fe3fad6897598ca77f 100644
> --- a/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c
> +++ b/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c
> @@ -10,8 +10,6 @@
> * Tested on x86, 32-bit and 64-bit. It may work on other architectures, too.
> */
>
> -#include <stdint.h>
> -#include <elf.h>
> #include <stdio.h>
> #include <sys/auxv.h>
> #include <sys/time.h>
>
--
Regards,
Vincenzo