From 5283a852052c770c5e8ad8e72ec9bb14d9e4581e Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Thu, 9 Feb 2023 16:03:50 -0800 Subject: [PATCH] TextureCacheBase: Remove unused bitset include It was used for valid_bind_points, which was removed in 88bd10cd30d487cc3efba20875b32df7cdacb686 (and the declaration was more recently removed in 606c18210dd4f651655b2c84e9e332e6c6c6e21b). --- Source/Core/VideoCommon/TextureCacheBase.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/VideoCommon/TextureCacheBase.h b/Source/Core/VideoCommon/TextureCacheBase.h index 958d7704fe..ce001bb53c 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.h +++ b/Source/Core/VideoCommon/TextureCacheBase.h @@ -4,7 +4,6 @@ #pragma once #include -#include #include #include #include