From 066330d4938a15765290b33214599520481cb976 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Fri, 22 Jul 2016 16:36:24 +0300 Subject: [PATCH] include: Improve include directives in d3dx9* headers. Signed-off-by: Andrey Gusev Signed-off-by: Matteo Bruni Signed-off-by: Alexandre Julliard --- include/d3dx9core.h | 2 +- include/d3dx9effect.h | 2 +- include/d3dx9math.h | 4 ++-- include/d3dx9mesh.h | 2 +- include/d3dx9tex.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/d3dx9core.h b/include/d3dx9core.h index 5233317bc04..a04bced0227 100644 --- a/include/d3dx9core.h +++ b/include/d3dx9core.h @@ -16,7 +16,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include "d3dx9.h" #ifndef __WINE_D3DX9CORE_H #define __WINE_D3DX9CORE_H diff --git a/include/d3dx9effect.h b/include/d3dx9effect.h index 3f527edbc53..8235794a310 100644 --- a/include/d3dx9effect.h +++ b/include/d3dx9effect.h @@ -16,7 +16,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include "d3dx9.h" #ifndef __D3DX9EFFECT_H__ #define __D3DX9EFFECT_H__ diff --git a/include/d3dx9math.h b/include/d3dx9math.h index 2c41b73d423..bf03ca3abaa 100644 --- a/include/d3dx9math.h +++ b/include/d3dx9math.h @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include "d3dx9.h" #ifndef __D3DX9MATH_H__ #define __D3DX9MATH_H__ @@ -469,6 +469,6 @@ HRESULT WINAPI D3DXCreateMatrixStack(DWORD flags, ID3DXMatrixStack **stack); } #endif -#include +#include "d3dx9math.inl" #endif /* __D3DX9MATH_H__ */ diff --git a/include/d3dx9mesh.h b/include/d3dx9mesh.h index 47b0a3fc3fe..c9a2fd590c6 100644 --- a/include/d3dx9mesh.h +++ b/include/d3dx9mesh.h @@ -17,7 +17,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include "d3dx9.h" #ifndef __WINE_D3DX9MESH_H #define __WINE_D3DX9MESH_H diff --git a/include/d3dx9tex.h b/include/d3dx9tex.h index 77f2d357e5a..3883165c67e 100644 --- a/include/d3dx9tex.h +++ b/include/d3dx9tex.h @@ -16,7 +16,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include +#include "d3dx9.h" #ifndef __WINE_D3DX9TEX_H #define __WINE_D3DX9TEX_H