From 07cddf6f7fe7399be9c3ba279726afcb2b052d63 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 18 Jun 2017 23:28:28 -0400 Subject: AbstractTexture: Add missing includes (and remove unnecessary ones) --- Source/Core/VideoBackends/D3D/DXTexture.h | 1 - Source/Core/VideoBackends/Null/NullTexture.h | 1 - Source/Core/VideoBackends/OGL/OGLTexture.h | 1 - Source/Core/VideoBackends/Software/SWTexture.h | 1 - Source/Core/VideoBackends/Vulkan/VKTexture.h | 1 - 5 files changed, 5 deletions(-) (limited to 'Source/Core/VideoBackends') diff --git a/Source/Core/VideoBackends/D3D/DXTexture.h b/Source/Core/VideoBackends/D3D/DXTexture.h index 73055343f8..a57c104fa0 100644 --- a/Source/Core/VideoBackends/D3D/DXTexture.h +++ b/Source/Core/VideoBackends/D3D/DXTexture.h @@ -7,7 +7,6 @@ #include "Common/CommonTypes.h" #include "VideoCommon/AbstractTexture.h" -#include "VideoCommon/VideoCommon.h" class D3DTexture2D; diff --git a/Source/Core/VideoBackends/Null/NullTexture.h b/Source/Core/VideoBackends/Null/NullTexture.h index c8f8e77004..65f4252050 100644 --- a/Source/Core/VideoBackends/Null/NullTexture.h +++ b/Source/Core/VideoBackends/Null/NullTexture.h @@ -7,7 +7,6 @@ #include "Common/CommonTypes.h" #include "VideoCommon/AbstractTexture.h" -#include "VideoCommon/VideoCommon.h" namespace Null { diff --git a/Source/Core/VideoBackends/OGL/OGLTexture.h b/Source/Core/VideoBackends/OGL/OGLTexture.h index 34322bf120..029afe272f 100644 --- a/Source/Core/VideoBackends/OGL/OGLTexture.h +++ b/Source/Core/VideoBackends/OGL/OGLTexture.h @@ -7,7 +7,6 @@ #include "Common/GL/GLUtil.h" #include "VideoCommon/AbstractTexture.h" -#include "VideoCommon/VideoCommon.h" namespace OGL { diff --git a/Source/Core/VideoBackends/Software/SWTexture.h b/Source/Core/VideoBackends/Software/SWTexture.h index 8737792cc0..4d6189bb4f 100644 --- a/Source/Core/VideoBackends/Software/SWTexture.h +++ b/Source/Core/VideoBackends/Software/SWTexture.h @@ -7,7 +7,6 @@ #include "Common/CommonTypes.h" #include "VideoCommon/AbstractTexture.h" -#include "VideoCommon/VideoCommon.h" namespace SW { diff --git a/Source/Core/VideoBackends/Vulkan/VKTexture.h b/Source/Core/VideoBackends/Vulkan/VKTexture.h index 0983703db5..056f50c6e8 100644 --- a/Source/Core/VideoBackends/Vulkan/VKTexture.h +++ b/Source/Core/VideoBackends/Vulkan/VKTexture.h @@ -8,7 +8,6 @@ #include #include "VideoCommon/AbstractTexture.h" -#include "VideoCommon/VideoCommon.h" namespace Vulkan { -- cgit v1.2.3