[2/3] wined3d: Remove the d3d9types.h include from wined3d_private.h

H. Verbeet hverbeet at gmail.com
Mon Jan 22 12:38:20 CST 2007


After Ivan's patches this include should not be necessary anymore.

Changelog:
  - Remove the d3d9types.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 e4c82b6..5fc8871 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -38,7 +38,6 @@
 #include "wine/unicode.h"
 
 #include "d3d9.h"
-#include "d3d9types.h"
 #include "wined3d_private_types.h"
 #include "ddraw.h"
 #include "wine/wined3d_interface.h"


More information about the wine-patches mailing list