localspl: Exclude unused headers

Andrew Talbot Andrew.Talbot at talbotville.com
Tue May 8 17:13:09 CDT 2007


Changelog:
    localspl: Exclude unused headers.

diff -urN a/dlls/localspl/localmon.c b/dlls/localspl/localmon.c
--- a/dlls/localspl/localmon.c	2007-05-06 14:25:43.000000000 +0100
+++ b/dlls/localspl/localmon.c	2007-05-08 22:50:01.000000000 +0100
@@ -28,8 +28,6 @@
 #include "wingdi.h"
 #include "winuser.h"
 #include "winreg.h"
-#include "winver.h"
-#include "winnls.h"
 
 #include "winspool.h"
 #include "ddk/winsplp.h"
diff -urN a/dlls/localspl/localspl_main.c b/dlls/localspl/localspl_main.c
--- a/dlls/localspl/localspl_main.c	2006-10-24 10:56:53.000000000 +0100
+++ b/dlls/localspl/localspl_main.c	2007-05-08 22:50:14.000000000 +0100
@@ -27,12 +27,6 @@
 #include "winbase.h"
 #include "wingdi.h"
 #include "winuser.h"
-#include "winreg.h"
-#include "winver.h"
-#include "winnls.h"
-
-#include "winspool.h"
-#include "ddk/winsplp.h"
 
 #include "wine/debug.h"
 #include "localspl_private.h"



More information about the wine-patches mailing list