mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 15:38:33 -05:00
kernel/process: Move <random> include to the cpp file
<random> isn't necesary directly within the header and can be placed in the cpp file where its needed. Avoids propagating random generation utilities via a header file.
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <memory>
|
||||
#include <random>
|
||||
#include "common/assert.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "core/core.h"
|
||||
|
Reference in New Issue
Block a user