From a9c94277f07d19d3eb14f199c3e93491aa3eae0e Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Wed, 22 Jun 2016 19:11:19 +0200 Subject: Use #include "..." for our own headers, <...> for others Tracked down with an ugly, brittle and probably buggy Perl script. Also move includes converted to <...> up so they get included before ours where that's obviously okay. Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake Tested-by: Eric Blake Reviewed-by: Richard Henderson --- qga/vss-win32/provider.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qga/vss-win32/provider.cpp') diff --git a/qga/vss-win32/provider.cpp b/qga/vss-win32/provider.cpp index d977393..ef94669 100644 --- a/qga/vss-win32/provider.cpp +++ b/qga/vss-win32/provider.cpp @@ -12,8 +12,8 @@ #include "qemu/osdep.h" #include "vss-common.h" -#include "inc/win2003/vscoordint.h" -#include "inc/win2003/vsprov.h" +#include +#include #define VSS_TIMEOUT_MSEC (60*1000) -- cgit v1.1