From fec8d3294ce7b557343f77460c4003489c955bc3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 23 Apr 2018 17:23:14 +0200 Subject: [PATCH] Cleanup --- gfx/common/d3d8_common.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gfx/common/d3d8_common.c b/gfx/common/d3d8_common.c index 1b88aefa68..f05ab1a18a 100644 --- a/gfx/common/d3d8_common.c +++ b/gfx/common/d3d8_common.c @@ -29,12 +29,8 @@ #include "../../verbosity.h" #ifdef HAVE_D3DX -#ifdef _XBOX #include #include -#else -#include "../include/d3d8/d3dx8tex.h" -#endif #endif #include "d3d8_common.h"