1
0

An unused stdlib.h include was removed from net.c.

This commit is contained in:
Alexander Andreev 2024-03-23 04:22:36 +04:00
parent 0d47261c51
commit 2786fb9c87
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -1,6 +1,5 @@
#include "net.h"
#include <stdlib.h>
#include <string.h>
#include <unistd.h>