Skip to content

Commit 45c5cd8

Browse files
committed
samples: drivers: video: tcpserversink: sort header alphabetically
Since this sample's headers are now grouped it is possible to sort them alphabetically. Signed-off-by: Josuah Demangeon <me@josuah.net>
1 parent bfa9799 commit 45c5cd8

File tree

1 file changed

+2
-2
lines changed
  • samples/drivers/video/tcpserversink/src

1 file changed

+2
-2
lines changed

samples/drivers/video/tcpserversink/src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include <zephyr/kernel.h>
87
#include <zephyr/device.h>
9-
#include <zephyr/net/socket.h>
108
#include <zephyr/drivers/video.h>
9+
#include <zephyr/kernel.h>
1110
#include <zephyr/logging/log.h>
11+
#include <zephyr/net/socket.h>
1212

1313
LOG_MODULE_REGISTER(main, CONFIG_LOG_DEFAULT_LEVEL);
1414

0 commit comments

Comments
 (0)