remove sys_socket include from netdb tests

This commit is contained in:
auronandace
2026-04-13 11:14:11 +01:00
parent f0e3574f30
commit 7cf6933f81
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@
#include <stdlib.h>
#include <netdb.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include "test_helpers.h"
-1
View File
@@ -3,7 +3,6 @@
#include <string.h>
#include <stdbool.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h>