From fc6a7148df58b535feb371fe4e7eae73c66acb0f Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Sun, 20 May 2007 16:35:27 +0100 Subject: [PATCH] vmm.vxd: Exclude unused headers. --- dlls/vmm.vxd/vmm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/vmm.vxd/vmm.c b/dlls/vmm.vxd/vmm.c index 77c81b0c62a..f7a54787585 100644 --- a/dlls/vmm.vxd/vmm.c +++ b/dlls/vmm.vxd/vmm.c @@ -27,8 +27,6 @@ #include "windef.h" #include "winbase.h" -#include "winreg.h" -#include "winnls.h" #include "winternl.h" #include "wine/debug.h"