mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-09 11:05:56 +00:00
TextureCacheBase: Remove unused bitset include
It was used for valid_bind_points, which was removed in88bd10cd30
(and the declaration was more recently removed in606c18210d
).
This commit is contained in:
parent
a88e5ef390
commit
5283a85205
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <bitset>
|
|
||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue