diff --git a/Source/Core/VideoBackends/D3D/Src/D3DTexture.cpp b/Source/Core/VideoBackends/D3D/Src/D3DTexture.cpp index 94d778d17b..fed4c69ef3 100644 --- a/Source/Core/VideoBackends/D3D/Src/D3DTexture.cpp +++ b/Source/Core/VideoBackends/D3D/Src/D3DTexture.cpp @@ -5,7 +5,6 @@ #include "D3DBase.h" #include "D3DTexture.h" -#include #include #include #pragma comment(lib, "WindowsCodecs.lib")