diff options
| author | 2023-05-07 19:20:09 -0400 | |
|---|---|---|
| committer | 2023-05-07 19:20:09 -0400 | |
| commit | bdb7c11d8e3af27b5c8d454d5971c239039c5a1c (patch) | |
| tree | 388a88aaad9786c1623d871696db3b658966c91b /src | |
| parent | Merge pull request #10195 from german77/mutex (diff) | |
| download | yuzu-bdb7c11d8e3af27b5c8d454d5971c239039c5a1c.tar.gz yuzu-bdb7c11d8e3af27b5c8d454d5971c239039c5a1c.tar.xz yuzu-bdb7c11d8e3af27b5c8d454d5971c239039c5a1c.zip | |
bootmanager: remove stop_token header
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/bootmanager.h | 1 |
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 | ||