diff options
Diffstat (limited to 'block-nbd.c')
-rw-r--r-- | block-nbd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/block-nbd.c b/block-nbd.c index 88b6199..5b6cc4f 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; |