Add version information for 0.10.0 release.
[qemu] / block-nbd.c
index f350050..5b6cc4f 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;