diff options
Diffstat (limited to 'src/net')
| -rwxr-xr-x | src/net/tcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/tcp.c b/src/net/tcp.c index d623d86..0d5d03c 100755 --- a/src/net/tcp.c +++ b/src/net/tcp.c @@ -19,7 +19,6 @@ #include <netinet/tcp.h> #include <fcntl.h> -#include "main.h" #include "tcp.h" sock_tcp_t* newSockTcp(int proto) |