service: Add missing headers inclusions where applicable
Gets rid of a few indirect inclusions.
This commit is contained in:
parent
a2ceebf4dc
commit
9f57c22ae2
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