Andrew Talbot : localspl: Exclude unused headers.

Alexandre Julliard julliard at wine.codeweavers.com
Thu May 10 07:49:54 CDT 2007


Module: wine
Branch: master
Commit: dd1263aa485663464550ca98a8c0e3ef651e89da
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dd1263aa485663464550ca98a8c0e3ef651e89da

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Tue May  8 23:13:09 2007 +0100

localspl: Exclude unused headers.

---

 dlls/localspl/localmon.c      |    2 --
 dlls/localspl/localspl_main.c |    6 ------
 2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/dlls/localspl/localmon.c b/dlls/localspl/localmon.c
index fda2c91..57cdd7a 100644
--- a/dlls/localspl/localmon.c
+++ b/dlls/localspl/localmon.c
@@ -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 --git a/dlls/localspl/localspl_main.c b/dlls/localspl/localspl_main.c
index 9fd72e0..800d1c5 100644
--- a/dlls/localspl/localspl_main.c
+++ b/dlls/localspl/localspl_main.c
@@ -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-cvs mailing list