From 7bb2dd75cddf1556083c258aafb5e1b714af6939 Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Thu, 7 Oct 2021 13:29:33 -0400 Subject: service: Reduce header include overhead --- src/core/hle/service/spl/spl_module.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/hle/service/spl/spl_module.cpp') 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 -#include #include #include -#include #include #include "common/logging/log.h" #include "common/settings.h" -- cgit v1.2.3