(d3d_common.c) Get rid of these header includes
This commit is contained in:
parent
6a9b39da3f
commit
8733a41e58
|
@ -18,30 +18,10 @@
|
||||||
|
|
||||||
#if defined(HAVE_D3D9)
|
#if defined(HAVE_D3D9)
|
||||||
#include <d3d9.h>
|
#include <d3d9.h>
|
||||||
|
|
||||||
#ifdef HAVE_D3DX
|
|
||||||
#ifdef _XBOX
|
|
||||||
#include <d3dx9core.h>
|
|
||||||
#include <d3dx9tex.h>
|
|
||||||
#else
|
|
||||||
#include "../include/d3d9/d3dx9tex.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_D3D8)
|
#if defined(HAVE_D3D8)
|
||||||
#include <d3d8.h>
|
#include <d3d8.h>
|
||||||
|
|
||||||
#ifdef HAVE_D3DX
|
|
||||||
#ifdef _XBOX
|
|
||||||
#include <d3dx8core.h>
|
|
||||||
#include <d3dx8tex.h>
|
|
||||||
#else
|
|
||||||
#include "../include/d3d8/d3dx8tex.h"
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "d3d_common.h"
|
#include "d3d_common.h"
|
||||||
|
|
Loading…
Reference in New Issue