Henri Verbeet : d3drm: Cleanup the includes.

Alexandre Julliard julliard at winehq.org
Thu Nov 10 14:37:54 CST 2016


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu Nov 10 16:17:42 2016 +0100

d3drm: Cleanup the includes.

Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3drm/d3drm_private.h | 1 -
 dlls/d3drm/face.c          | 6 ++----
 dlls/d3drm/frame.c         | 7 ++-----
 dlls/d3drm/light.c         | 6 ++----
 dlls/d3drm/material.c      | 6 ++----
 dlls/d3drm/texture.c       | 6 ++----
 6 files changed, 10 insertions(+), 22 deletions(-)

diff --git a/dlls/d3drm/d3drm_private.h b/dlls/d3drm/d3drm_private.h
index 666a74c..033fcff 100644
--- a/dlls/d3drm/d3drm_private.h
+++ b/dlls/d3drm/d3drm_private.h
@@ -26,7 +26,6 @@
 #define COBJMACROS
 #include <assert.h>
 #include <math.h>
-#include "d3drm.h"
 #include "dxfile.h"
 #include "d3drmwin.h"
 #include "rmxfguid.h"
diff --git a/dlls/d3drm/face.c b/dlls/d3drm/face.c
index 1fac0ba..d47f502 100644
--- a/dlls/d3drm/face.c
+++ b/dlls/d3drm/face.c
@@ -18,10 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "wine/debug.h"
-
-#include "winbase.h"
-#include "wingdi.h"
+#include "config.h"
+#include "wine/port.h"
 
 #include "d3drm_private.h"
 
diff --git a/dlls/d3drm/frame.c b/dlls/d3drm/frame.c
index 861002a..2758ec6 100644
--- a/dlls/d3drm/frame.c
+++ b/dlls/d3drm/frame.c
@@ -19,11 +19,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include <assert.h>
-#include "wine/debug.h"
-
-#include "winbase.h"
-#include "wingdi.h"
+#include "config.h"
+#include "wine/port.h"
 
 #include "d3drm_private.h"
 
diff --git a/dlls/d3drm/light.c b/dlls/d3drm/light.c
index 8d59984..d0ebdd3 100644
--- a/dlls/d3drm/light.c
+++ b/dlls/d3drm/light.c
@@ -18,10 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "wine/debug.h"
-
-#include "winbase.h"
-#include "wingdi.h"
+#include "config.h"
+#include "wine/port.h"
 
 #include "d3drm_private.h"
 
diff --git a/dlls/d3drm/material.c b/dlls/d3drm/material.c
index 137ecfe..11f2a2b 100644
--- a/dlls/d3drm/material.c
+++ b/dlls/d3drm/material.c
@@ -18,10 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "wine/debug.h"
-
-#include "winbase.h"
-#include "wingdi.h"
+#include "config.h"
+#include "wine/port.h"
 
 #include "d3drm_private.h"
 
diff --git a/dlls/d3drm/texture.c b/dlls/d3drm/texture.c
index 5272223..5d621a0 100644
--- a/dlls/d3drm/texture.c
+++ b/dlls/d3drm/texture.c
@@ -18,10 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "wine/debug.h"
-
-#include "winbase.h"
-#include "wingdi.h"
+#include "config.h"
+#include "wine/port.h"
 
 #include "d3drm_private.h"
 




More information about the wine-cvs mailing list