Commit c4cd07ef65fb62d3f943f35b2dd201ef1835d59d

Authored by aliguori
1 parent 83ab7950

Remove unnecessary #includes from block-nbd.c

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>



git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5029 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 5 deletions
block-nbd.c
... ... @@ -31,11 +31,6 @@
31 31  
32 32 #include <sys/types.h>
33 33 #include <unistd.h>
34   -#include <sys/socket.h>
35   -#include <sys/un.h>
36   -#include <netinet/in.h>
37   -#include <arpa/inet.h>
38   -#include <pthread.h>
39 34  
40 35 typedef struct BDRVNBDState {
41 36 int sock;
... ...