qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 4/9] qga: Remove unneeded include file


From: Stefan Weil
Subject: [Qemu-devel] [PATCH 4/9] qga: Remove unneeded include file
Date: Sun, 23 Feb 2014 18:02:10 +0100

This file does not depend on windows.h.

Signed-off-by: Stefan Weil <address@hidden>
---
 qga/main.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/qga/main.c b/qga/main.c
index c58b26a..6157deb 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 <windows.h>
 #endif
 #ifdef __linux__
 #include <linux/fs.h>
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]