From 83602a79f18aae9d8e2926bba7e2950c4c20ada7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 22 Oct 2014 00:50:30 +0200 Subject: [PATCH] (MSVC) Buildfix --- gfx/d3d/d3d.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/d3d/d3d.cpp b/gfx/d3d/d3d.cpp index b16411d673..fc0b6a143e 100644 --- a/gfx/d3d/d3d.cpp +++ b/gfx/d3d/d3d.cpp @@ -24,7 +24,6 @@ #ifndef _XBOX #include "render_chain.hpp" #endif -#include "../../file.h" #include "../gfx_common.h" #include "../context/win32_common.h"