From: Izumi Tsutsui Date: Sun, 8 Aug 2010 09:31:04 +0000 (+0900) Subject: sheepdog: remove unnecessary includes X-Git-Tag: TizenStudio_2.0_p2.3~4161^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f3006bf9249ad5e2035b35c3c95517239c916a7;p=sdk%2Femulator%2Fqemu.git 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 --- diff --git a/block/sheepdog.c b/block/sheepdog.c index 81aa564..e62820a 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"