aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/fatal/fatal.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-25 17:14:19 -0400
committerLioncash <mathew1800@gmail.com>2018-09-25 17:14:38 -0400
commite42bb5e003749b924eed53b6edb2f36dff1ed879 (patch)
treed00e04e8cfe5a7a557cefaa399d4d40dc13819b7 /src/core/hle/service/fatal/fatal.cpp
parentb67c1fdf38655638d746b4cb252f16bd298da017 (diff)
service: Add missing headers inclusions where applicable
Gets rid of a few indirect inclusions.
Diffstat (limited to 'src/core/hle/service/fatal/fatal.cpp')
-rw-r--r--src/core/hle/service/fatal/fatal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/fatal/fatal.cpp b/src/core/hle/service/fatal/fatal.cpp
index 6de7edf9e..2212b2cdd 100644
--- a/src/core/hle/service/fatal/fatal.cpp
+++ b/src/core/hle/service/fatal/fatal.cpp
@@ -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"