Skip to content

Commit 764e210

Browse files
aescolarfabiobaltieri
authored andcommitted
net: l2: wifi_shell: remove unnecessary include
Since we are using sys_getopt now we do not need to pull unistd.h for anything amore. Let's remove it. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent c3cd5d1 commit 764e210

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/net/l2/wifi/wifi_shell.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ LOG_MODULE_REGISTER(net_wifi_shell, LOG_LEVEL_INF);
2525
#include <zephyr/net/net_event.h>
2626
#include <zephyr/net/wifi_mgmt.h>
2727
#include <zephyr/net/wifi_utils.h>
28-
#include <zephyr/posix/unistd.h>
2928
#include <zephyr/sys/slist.h>
3029

3130
#include "net_shell_private.h"

0 commit comments

Comments
 (0)