diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-10-07 13:29:33 -0400 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-10-07 13:32:21 -0400 |
| commit | 7bb2dd75cddf1556083c258aafb5e1b714af6939 (patch) | |
| tree | 90dd342d4cd27533f26a5610002e9d98ea61e204 /src/core/hle/service/am | |
| parent | f84328934f5e09894a69d9fa1d2f6a34c715321b (diff) | |
service: Reduce header include overhead
Diffstat (limited to 'src/core/hle/service/am')
| -rw-r--r-- | src/core/hle/service/am/applet_ae.h | 2 | ||||
| -rw-r--r-- | src/core/hle/service/am/applet_oe.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/am/applet_ae.h b/src/core/hle/service/am/applet_ae.h index adb207349..f89f65649 100644 --- a/src/core/hle/service/am/applet_ae.h +++ b/src/core/hle/service/am/applet_ae.h @@ -5,7 +5,7 @@ #pragma once #include <memory> -#include "core/hle/kernel/hle_ipc.h" + #include "core/hle/service/service.h" namespace Service { diff --git a/src/core/hle/service/am/applet_oe.h b/src/core/hle/service/am/applet_oe.h index 6c1aa255a..64b874ead 100644 --- a/src/core/hle/service/am/applet_oe.h +++ b/src/core/hle/service/am/applet_oe.h @@ -5,7 +5,7 @@ #pragma once #include <memory> -#include "core/hle/kernel/hle_ipc.h" + #include "core/hle/service/service.h" namespace Service { |
