From: Wolfram Sang Date: Wed, 13 Jul 2022 20:46:18 +0000 (+0200) Subject: selftests: timers: clocksource-switch: sort includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5be1fd963f7989090b16e3c471d0910502fb9bf8;p=linux.git selftests: timers: clocksource-switch: sort includes It is easier to check if you need to add an include if the existing ones are sorted. Signed-off-by: Wolfram Sang Acked-by: John Stultz Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/timers/clocksource-switch.c b/tools/testing/selftests/timers/clocksource-switch.c index b57f0a9be4902..ed5b71f5b37cc 100644 --- a/tools/testing/selftests/timers/clocksource-switch.c +++ b/tools/testing/selftests/timers/clocksource-switch.c @@ -23,17 +23,17 @@ */ +#include #include -#include #include +#include +#include #include #include -#include #include -#include -#include -#include #include +#include +#include #include "../kselftest.h"