summaryrefslogtreecommitdiff
path: root/nuttx/net/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/socket.c')
-rw-r--r--nuttx/net/socket.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/net/socket.c b/nuttx/net/socket.c
index 23555c7ea..3bbdd848c 100644
--- a/nuttx/net/socket.c
+++ b/nuttx/net/socket.c
@@ -40,7 +40,6 @@
#include <nuttx/config.h>
#ifdef CONFIG_NET
-#include <sys/types.h>
#include <sys/socket.h>
#include <errno.h>
#include <assert.h>