aboutsummaryrefslogtreecommitdiff
path: root/block-nbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'block-nbd.c')
-rw-r--r--block-nbd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/block-nbd.c b/block-nbd.c
index 88b61999fd..5b6cc4f86a 100644
--- a/block-nbd.c
+++ b/block-nbd.c
@@ -31,11 +31,6 @@
#include <sys/types.h>
#include <unistd.h>
-#include <sys/socket.h>
-#include <sys/un.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <pthread.h>
typedef struct BDRVNBDState {
int sock;