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/vi | |
| parent | f84328934f5e09894a69d9fa1d2f6a34c715321b (diff) | |
service: Reduce header include overhead
Diffstat (limited to 'src/core/hle/service/vi')
| -rw-r--r-- | src/core/hle/service/vi/vi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/vi/vi.h b/src/core/hle/service/vi/vi.h index eec531d54..2fd7f8e61 100644 --- a/src/core/hle/service/vi/vi.h +++ b/src/core/hle/service/vi/vi.h @@ -4,7 +4,6 @@ #pragma once -#include <memory> #include "common/common_types.h" namespace Core { |
