service: Add missing headers inclusions where applicable

Gets rid of a few indirect inclusions.
This commit is contained in:
Lioncash 2018-09-25 17:14:19 -04:00
parent a2ceebf4dc
commit 9f57c22ae2
5 changed files with 7 additions and 1 deletions

View file

@ -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"