diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-18 23:44:24 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 02:23:32 -0400 |
| commit | ade596121bc834502c63cdedcd8f68a1f490599d (patch) | |
| tree | 9d33e7c491ba8688b9b7441ee850c85ee1fdb9b6 /src/core/hle/service/hid/controllers/touchscreen.h | |
| parent | 8c8b5359f291fd78d5e3028c4287daf7230227e7 (diff) | |
core: Reduce unused includes
Diffstat (limited to 'src/core/hle/service/hid/controllers/touchscreen.h')
| -rw-r--r-- | src/core/hle/service/hid/controllers/touchscreen.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/hid/controllers/touchscreen.h b/src/core/hle/service/hid/controllers/touchscreen.h index 708dde4f0..483552767 100644 --- a/src/core/hle/service/hid/controllers/touchscreen.h +++ b/src/core/hle/service/hid/controllers/touchscreen.h @@ -4,11 +4,8 @@ #pragma once -#include "common/bit_field.h" #include "common/common_funcs.h" #include "common/common_types.h" -#include "common/point.h" -#include "common/swap.h" #include "core/hid/hid_types.h" #include "core/hle/service/hid/controllers/controller_base.h" #include "core/hle/service/hid/ring_lifo.h" |
