summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar bunnei2023-05-07 17:43:15 -0700
committerGravatar GitHub2023-05-07 17:43:15 -0700
commit3d8eca92f9505c0ca966295a84a5f3f377eb72cf (patch)
tree45676dc4062b2dd030e62e613800e5a41350b8e2 /src
parentMerge pull request #10194 from bunnei/update-dynarmic-3 (diff)
parentbootmanager: remove stop_token header (diff)
downloadyuzu-3d8eca92f9505c0ca966295a84a5f3f377eb72cf.tar.gz
yuzu-3d8eca92f9505c0ca966295a84a5f3f377eb72cf.tar.xz
yuzu-3d8eca92f9505c0ca966295a84a5f3f377eb72cf.zip
Merge pull request #10197 from liamwhite/resume-token
bootmanager: remove stop_token header
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/bootmanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h
index 4276be82b..b7b9d4141 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -8,7 +8,6 @@
8#include <cstddef> 8#include <cstddef>
9#include <memory> 9#include <memory>
10#include <mutex> 10#include <mutex>
11#include <stop_token>
12#include <utility> 11#include <utility>
13#include <vector> 12#include <vector>
14 13