diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2023-12-14 09:31:38 -0600 |
|---|---|---|
| committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-12-14 09:36:33 -0600 |
| commit | d10464de301e6727c4a0190a4b19ab8603179723 (patch) | |
| tree | 40f06a1034fb10b5bd5531896377824a411144c6 /src/core/hle/service/hid/controllers/touchscreen.cpp | |
| parent | 64f68e96354df3afb9bb563c888793f98ecb5026 (diff) | |
core: hid: Clean up headers
Diffstat (limited to 'src/core/hle/service/hid/controllers/touchscreen.cpp')
| -rw-r--r-- | src/core/hle/service/hid/controllers/touchscreen.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/controllers/touchscreen.cpp b/src/core/hle/service/hid/controllers/touchscreen.cpp index a98f1f85e..469750006 100644 --- a/src/core/hle/service/hid/controllers/touchscreen.cpp +++ b/src/core/hle/service/hid/controllers/touchscreen.cpp @@ -2,10 +2,8 @@ // SPDX-License-Identifier: GPL-2.0-or-later #include <algorithm> -#include <cstring> #include "common/common_types.h" #include "common/settings.h" -#include "core/core.h" #include "core/core_timing.h" #include "core/frontend/emu_window.h" #include "core/hid/emulated_console.h" |
