summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte2011-05-29 15:26:48 +0200
committerHarald Welte2011-05-29 15:26:48 +0200
commit08de66dd5eb57e39bc5d9f4dfcfd3febec458c11 (patch)
tree7966215d50b61823fc7002ec54ad0d156b4e914a /src
parentsocket: Skip ifa's without ifa->ifa_addr (diff)
downloadlibosmocore-08de66dd5eb57e39bc5d9f4dfcfd3febec458c11.tar.gz
libosmocore-08de66dd5eb57e39bc5d9f4dfcfd3febec458c11.tar.xz
libosmocore-08de66dd5eb57e39bc5d9f4dfcfd3febec458c11.zip
socket: remove unused IPv4 related header includes
Diffstat (limited to 'src')
-rw-r--r--src/socket.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/socket.c b/src/socket.c
index 901b8cd..014bbaa 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -6,10 +6,8 @@
#include <osmocom/core/select.h>
#include <osmocom/core/socket.h>
-#include <arpa/inet.h>
#include <sys/socket.h>
#include <sys/types.h>
-#include <netinet/in.h>
#include <stdio.h>
#include <unistd.h>