summaryrefslogtreecommitdiffstats
path: root/src/proto.c
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-09-15 12:30:12 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-09-15 12:30:12 +0100
commit8747ff743216fbb6119606c22966e2283f30a54a (patch)
tree9ae056c42e67b3b05a73738dc82dad6f53e5b24d /src/proto.c
parentdec73f70fc5320faec46a21f27aae6748cea3450 (diff)
downloadlibguestfs-8747ff743216fbb6119606c22966e2283f30a54a.tar.gz
libguestfs-8747ff743216fbb6119606c22966e2283f30a54a.tar.xz
libguestfs-8747ff743216fbb6119606c22966e2283f30a54a.zip
lib: Remove unused headers <arpa/inet.h> and <netinet/in.h>
These were used back in the day when we used TCP for the communications channel with the guest.
Diffstat (limited to 'src/proto.c')
-rw-r--r--src/proto.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/proto.c b/src/proto.c
index 439e81dc..efa824db 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -39,8 +39,6 @@
#include <sys/wait.h>
#include <sys/socket.h>
#include <sys/un.h>
-#include <arpa/inet.h>
-#include <netinet/in.h>
#include <rpc/types.h>
#include <rpc/xdr.h>