Andrew Talbot : uxtheme: Exclude unused headers.

Alexandre Julliard julliard at wine.codeweavers.com
Mon May 21 09:40:22 CDT 2007


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Sun May 20 16:35:21 2007 +0100

uxtheme: Exclude unused headers.

---

 dlls/uxtheme/metric.c   |    1 -
 dlls/uxtheme/msstyles.c |    1 -
 dlls/uxtheme/property.c |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/uxtheme/metric.c b/dlls/uxtheme/metric.c
index c683a67..1f8b069 100644
--- a/dlls/uxtheme/metric.c
+++ b/dlls/uxtheme/metric.c
@@ -31,7 +31,6 @@
 #include "tmschema.h"
 
 #include "msstyles.h"
-#include "uxthemedll.h"
 
 #include "wine/debug.h"
 
diff --git a/dlls/uxtheme/msstyles.c b/dlls/uxtheme/msstyles.c
index e555eb2..f1577fb 100644
--- a/dlls/uxtheme/msstyles.c
+++ b/dlls/uxtheme/msstyles.c
@@ -32,7 +32,6 @@
 #include "uxtheme.h"
 #include "tmschema.h"
 
-#include "uxthemedll.h"
 #include "msstyles.h"
 
 #include "wine/unicode.h"
diff --git a/dlls/uxtheme/property.c b/dlls/uxtheme/property.c
index 7e52e6f..146649e 100644
--- a/dlls/uxtheme/property.c
+++ b/dlls/uxtheme/property.c
@@ -31,7 +31,6 @@
 #include "tmschema.h"
 
 #include "msstyles.h"
-#include "uxthemedll.h"
 
 #include "wine/debug.h"
 




More information about the wine-cvs mailing list