service: Reduce header include overhead

This commit is contained in:
Morph
2021-10-07 13:29:33 -04:00
parent f84328934f
commit 7bb2dd75cd
31 changed files with 11 additions and 39 deletions

View File

@ -4,13 +4,17 @@
#pragma once
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "core/hle/service/service.h"
namespace Core {
class System;
}
namespace Service::SM {
class ServiceManager;
}
namespace Service::Sockets {
enum class Errno : u32 {