mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
service: Add missing headers inclusions where applicable
Gets rid of a few indirect inclusions.
This commit is contained in:
parent
b67c1fdf38
commit
e42bb5e003
5 changed files with 7 additions and 1 deletions
|
@ -6,11 +6,11 @@
|
|||
#include <cstring>
|
||||
#include <ctime>
|
||||
#include <fmt/time.h>
|
||||
#include "common/common_paths.h"
|
||||
#include "common/file_util.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "common/scm_rev.h"
|
||||
#include "common/swap.h"
|
||||
#include "core/core.h"
|
||||
#include "core/hle/ipc_helpers.h"
|
||||
#include "core/hle/kernel/process.h"
|
||||
#include "core/hle/service/fatal/fatal.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue