[4/4] wined3d: Remove the d3d9.h include from wined3d_private.h

H. Verbeet hverbeet at gmail.com
Thu Feb 15 15:37:10 CST 2007


This header is not needed anymore. There's still a dependency on
ddraw.h, unfortunately.

Changelog:
  - Remove the d3d9.h include from wined3d_private.h
-------------- next part --------------
---

 dlls/wined3d/wined3d_private.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h
index 403775b..9454a38 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -37,7 +37,6 @@
 #include "wine/debug.h"
 #include "wine/unicode.h"
 
-#include "d3d9.h"
 #include "wined3d_private_types.h"
 #include "ddraw.h"
 #include "wine/wined3d_interface.h"


More information about the wine-patches mailing list