diff options
author | Liam <liamwhite@users.noreply.github.com> | 2023-05-07 19:20:09 -0400 |
---|---|---|
committer | Liam <liamwhite@users.noreply.github.com> | 2023-05-07 19:20:09 -0400 |
commit | bdb7c11d8e3af27b5c8d454d5971c239039c5a1c (patch) | |
tree | 388a88aaad9786c1623d871696db3b658966c91b | |
parent | 8f605b542cf8cc1145364095d7af5b9af5c109c4 (diff) |
bootmanager: remove stop_token header
-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 4276be82b5..b7b9d41416 100644 --- a/src/yuzu/bootmanager.h +++ b/src/yuzu/bootmanager.h @@ -8,7 +8,6 @@ #include <cstddef> #include <memory> #include <mutex> -#include <stop_token> #include <utility> #include <vector> |