From 010cb2b314f2fa629b6b0b8f2f73c9d562fff49f Mon Sep 17 00:00:00 2001 From: Izumi Tsutsui Date: Sun, 8 Aug 2010 18:31:04 +0900 Subject: [PATCH] sheepdog: remove unnecessary includes "qemu_socket.h" includes all necessary files and including without could cause errors on some systems. Signed-off-by: Izumi Tsutsui Signed-off-by: Kevin Wolf --- block/sheepdog.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/block/sheepdog.c b/block/sheepdog.c index 81aa564f26..e62820a804 100644 --- a/block/sheepdog.c +++ b/block/sheepdog.c @@ -8,16 +8,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -#ifdef _WIN32 -#include -#include -#include -#else -#include -#include - -#define closesocket(s) close(s) -#endif #include "qemu-common.h" #include "qemu-error.h" -- 2.11.4.GIT