Browse Source
Merge pull request #10197 from liamwhite/resume-token
bootmanager: remove stop_token header
pull/15/merge
bunnei
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/yuzu/bootmanager.h
|
|
|
@ -8,7 +8,6 @@ |
|
|
|
#include <cstddef> |
|
|
|
#include <memory> |
|
|
|
#include <mutex> |
|
|
|
#include <stop_token> |
|
|
|
#include <utility> |
|
|
|
#include <vector> |
|
|
|
|
|
|
|
|