nuttx-mirror/net/local
Huang Qi cfd0cc0d1a Remove duplicate includes across multiple files
This commit cleans up redundant header file includes throughout the codebase.
 The changes include:

 - Removing duplicate #include directives that were present in the same file
 - Consolidating includes that were split across multiple lines unnecessarily
 - Removing unused includes that were no longer needed
 - Fixing some formatting issues with includes

 The changes improve code organization and maintainability by:
 - Reducing unnecessary dependencies
 - Making include dependencies more explicit
 - Following consistent include patterns
 - Removing dead code

 No functional changes are made - this is purely a code cleanup commit.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2025-01-09 23:30:23 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig net/local: rename NET_LOCAL_VFS_PATH to follow linux 2023-01-04 20:50:38 +08:00
local.h Remove duplicate includes across multiple files 2025-01-09 23:30:23 +08:00
local_accept.c net/local: fix the return address is incorrect when accept 2024-10-11 01:31:20 +08:00
local_bind.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_conn.c userspace: Exclude nuttx/arch.h 2024-11-01 16:59:37 +08:00
local_connect.c net/local: fix the return address is incorrect when accept 2024-10-11 01:31:20 +08:00
local_fifo.c net/local: fix the return address is incorrect when accept 2024-10-11 01:31:20 +08:00
local_listen.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_netpoll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_recvmsg.c local_socket: corrent send/recv return value after shutdown 2024-10-12 09:57:20 +08:00
local_recvutils.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_release.c local_sock: fix accept use-after-free 2024-10-09 18:16:01 +08:00
local_sendmsg.c local_socket: corrent send/recv return value after shutdown 2024-10-12 09:57:20 +08:00
local_sendpacket.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
local_sockif.c net/local: fix the return address is incorrect when accept 2024-10-11 01:31:20 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00