(d3d_common.c) Get rid of these header includes

This commit is contained in:
twinaphex 2018-05-14 04:00:27 +02:00
parent 6a9b39da3f
commit 8733a41e58

View File

@ -18,30 +18,10 @@
#if defined(HAVE_D3D9)
#include <d3d9.h>
#ifdef HAVE_D3DX
#ifdef _XBOX
#include <d3dx9core.h>
#include <d3dx9tex.h>
#else
#include "../include/d3d9/d3dx9tex.h"
#endif
#endif
#endif
#if defined(HAVE_D3D8)
#include <d3d8.h>
#ifdef HAVE_D3DX
#ifdef _XBOX
#include <d3dx8core.h>
#include <d3dx8tex.h>
#else
#include "../include/d3d8/d3dx8tex.h"
#endif
#endif
#endif
#include "d3d_common.h"