1
0
Fork 0

An unneeded include of sys/socket.h was removed. It is implicitely included in netinet/in.h.

This commit is contained in:
Alexander Andreev 2024-03-24 16:41:22 +04:00
parent 43d5bdfe80
commit ba3a87ab4f
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#ifndef _NET_H_
#define _NET_H_
#include <sys/socket.h>
#include <netinet/in.h>
typedef struct net_t {