summaryrefslogtreecommitdiff
path: root/src/core/hle/service/spl
diff options
context:
space:
mode:
authorGravatar Morph2021-10-07 13:29:33 -0400
committerGravatar Morph2021-10-07 13:32:21 -0400
commit7bb2dd75cddf1556083c258aafb5e1b714af6939 (patch)
tree90dd342d4cd27533f26a5610002e9d98ea61e204 /src/core/hle/service/spl
parentMerge pull request #7118 from ameerj/vc-gpu-impl (diff)
downloadyuzu-7bb2dd75cddf1556083c258aafb5e1b714af6939.tar.gz
yuzu-7bb2dd75cddf1556083c258aafb5e1b714af6939.tar.xz
yuzu-7bb2dd75cddf1556083c258aafb5e1b714af6939.zip
service: Reduce header include overhead
Diffstat (limited to 'src/core/hle/service/spl')
-rw-r--r--src/core/hle/service/spl/spl_module.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/spl/spl_module.cpp b/src/core/hle/service/spl/spl_module.cpp
index 918633af5..ed4c06260 100644
--- a/src/core/hle/service/spl/spl_module.cpp
+++ b/src/core/hle/service/spl/spl_module.cpp
@@ -3,10 +3,8 @@
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <algorithm> 5#include <algorithm>
6#include <chrono>
7#include <cstdlib> 6#include <cstdlib>
8#include <ctime> 7#include <ctime>
9#include <functional>
10#include <vector> 8#include <vector>
11#include "common/logging/log.h" 9#include "common/logging/log.h"
12#include "common/settings.h" 10#include "common/settings.h"