aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/spl/spl_module.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-10-07 13:29:33 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-10-07 13:32:21 -0400
commit7bb2dd75cddf1556083c258aafb5e1b714af6939 (patch)
tree90dd342d4cd27533f26a5610002e9d98ea61e204 /src/core/hle/service/spl/spl_module.cpp
parentf84328934f5e09894a69d9fa1d2f6a34c715321b (diff)
service: Reduce header include overhead
Diffstat (limited to 'src/core/hle/service/spl/spl_module.cpp')
-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 @@
// Refer to the license.txt file included.
#include <algorithm>
-#include <chrono>
#include <cstdlib>
#include <ctime>
-#include <functional>
#include <vector>
#include "common/logging/log.h"
#include "common/settings.h"