diff options
| author | 2021-10-07 13:29:33 -0400 | |
|---|---|---|
| committer | 2021-10-07 13:32:21 -0400 | |
| commit | 7bb2dd75cddf1556083c258aafb5e1b714af6939 (patch) | |
| tree | 90dd342d4cd27533f26a5610002e9d98ea61e204 /src/core/hle/service/spl | |
| parent | Merge pull request #7118 from ameerj/vc-gpu-impl (diff) | |
| download | yuzu-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.cpp | 2 |
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" |