diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 00:23:48 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 15:01:31 -0400 |
| commit | 923decae5a5098cb9d254e008ed61fc5e07ced38 (patch) | |
| tree | ef6ab04916d896d8124b4d8a67494a2fa578a99e /src/core/hle/service/acc | |
| parent | 1bc7d61b5749ed29108cbbbf0a78a41b79504eff (diff) | |
common: Reduce unused includes
Diffstat (limited to 'src/core/hle/service/acc')
| -rw-r--r-- | src/core/hle/service/acc/profile_manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/acc/profile_manager.h b/src/core/hle/service/acc/profile_manager.h index 17347f7ef..5b690b406 100644 --- a/src/core/hle/service/acc/profile_manager.h +++ b/src/core/hle/service/acc/profile_manager.h @@ -7,6 +7,7 @@ #include <array> #include <optional> +#include "common/common_funcs.h" #include "common/common_types.h" #include "common/swap.h" #include "common/uuid.h" |
