1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-06 11:50:06 +00:00

bootmanager: remove stop_token header

This commit is contained in:
Liam 2023-05-07 19:20:09 -04:00
parent 8f605b542c
commit bdb7c11d8e

@ -8,7 +8,6 @@
#include <cstddef>
#include <memory>
#include <mutex>
#include <stop_token>
#include <utility>
#include <vector>