summaryrefslogtreecommitdiff
path: root/src/network/inet_ntop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/inet_ntop.c')
-rw-r--r--src/network/inet_ntop.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/inet_ntop.c b/src/network/inet_ntop.c
index ca333437..14f9f4c4 100644
--- a/src/network/inet_ntop.c
+++ b/src/network/inet_ntop.c
@@ -1,7 +1,5 @@
#include <sys/socket.h>
-#include <netinet/in.h>
#include <arpa/inet.h>
-#include <netdb.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>