Skip to content

Commit

Permalink
qga: Remove unneeded include file
Browse files Browse the repository at this point in the history
This file does not depend on windows.h.

Signed-off-by: Stefan Weil <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
stweil authored and Michael Tokarev committed Mar 3, 2014
1 parent 67d065c commit cae8a92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qga/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cae8a92

Please sign in to comment.