Skip to content

Commit 450e584

Browse files
committed
drivers: video: sw_generator: sort header alphabetically
Sort alphabetically the header added in the previous few commits as well as the original implementation. Signed-off-by: Josuah Demangeon <me@josuah.net>
1 parent 4a71055 commit 450e584

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/video/video_sw_generator.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
#define DT_DRV_COMPAT zephyr_sw_generator
88

9-
#include <zephyr/kernel.h>
10-
#include <zephyr/drivers/video.h>
119
#include <zephyr/drivers/video-controls.h>
10+
#include <zephyr/drivers/video.h>
11+
#include <zephyr/kernel.h>
1212
#include <zephyr/logging/log.h>
13-
#include <zephyr/sys/util.h>
1413
#include <zephyr/sys/byteorder.h>
14+
#include <zephyr/sys/util.h>
1515

1616
#include "video_ctrls.h"
1717
#include "video_device.h"

0 commit comments

Comments
 (0)