Module: wine Branch: master Commit: fc6a7148df58b535feb371fe4e7eae73c66acb0f URL: http://source.winehq.org/git/wine.git/?a=commit;h=fc6a7148df58b535feb371fe4e...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Sun May 20 16:35:27 2007 +0100
vmm.vxd: Exclude unused headers.
---
dlls/vmm.vxd/vmm.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/vmm.vxd/vmm.c b/dlls/vmm.vxd/vmm.c index 77c81b0..f7a5478 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"