From cae8a9289b9ee874bc8711c2629037661061b9c1 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 23 Feb 2014 18:02:10 +0100 Subject: qga: Remove unneeded include file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This file does not depend on windows.h. Signed-off-by: Stefan Weil Reviewed-by: Paolo Bonzini Reviewed-by: Andreas Färber Signed-off-by: Michael Tokarev --- qga/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'qga') diff --git a/qga/main.c b/qga/main.c index cfca291b43..d838c3e32a 100644 --- a/qga/main.c +++ b/qga/main.c @@ -35,7 +35,6 @@ #ifdef _WIN32 #include "qga/service-win32.h" #include "qga/vss-win32.h" -#include #endif #ifdef __linux__ #include -- cgit v1.2.1