]> git.proxmox.com Git - qemu.git/blobdiff - block-nbd.c
Support out-of-the-tree building of tests
[qemu.git] / block-nbd.c
index f35005015a3f4fe02558c095890b9dfd4031a74c..5b6cc4f86a3c865ac08e25b45a59bbeb9006e19e 100644 (file)
@@ -2,7 +2,7 @@
  * QEMU Block driver for  NBD
  *
  * Copyright (C) 2008 Bull S.A.S.
- *     Author: Laurent Vivier <Laurent.Vivier@bull;net>
+ *     Author: Laurent Vivier <Laurent.Vivier@bull.net>
  *
  * Some parts:
  *    Copyright (C) 2007 Anthony Liguori <anthony@codemonkey.ws>
 
 #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;