From bdb7c11d8e3af27b5c8d454d5971c239039c5a1c Mon Sep 17 00:00:00 2001 From: Liam <liamwhite@users.noreply.github.com> Date: Sun, 7 May 2023 19:20:09 -0400 Subject: [PATCH] bootmanager: remove stop_token header --- src/yuzu/bootmanager.h | 1 - 1 file changed, 1 deletion(-) 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>