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
parent
commit
3d8eca92f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/yuzu/bootmanager.h

1
src/yuzu/bootmanager.h

@ -8,7 +8,6 @@
#include <cstddef>
#include <memory>
#include <mutex>
#include <stop_token>
#include <utility>
#include <vector>

Loading…
Cancel
Save