Skip to content

Commit 5be1fd9

Browse files
Wolfram Sangshuahkh
authored andcommitted
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 <wsa+renesas@sang-engineering.com> Acked-by: John Stultz <jstultz@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
1 parent 4d8f52a commit 5be1fd9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tools/testing/selftests/timers/clocksource-switch.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
*/
2424

2525

26+
#include <fcntl.h>
2627
#include <stdio.h>
27-
#include <unistd.h>
2828
#include <stdlib.h>
29+
#include <string.h>
30+
#include <sys/stat.h>
2931
#include <sys/time.h>
3032
#include <sys/timex.h>
31-
#include <time.h>
3233
#include <sys/types.h>
33-
#include <sys/stat.h>
34-
#include <fcntl.h>
35-
#include <string.h>
3634
#include <sys/wait.h>
35+
#include <time.h>
36+
#include <unistd.h>
3737
#include "../kselftest.h"
3838

3939

0 commit comments

Comments
 (0)