aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/controllers/touchscreen.cpp
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2022-03-18 23:44:24 -0400
committerameerj <52414509+ameerj@users.noreply.github.com>2022-03-19 02:23:32 -0400
commitade596121bc834502c63cdedcd8f68a1f490599d (patch)
tree9d33e7c491ba8688b9b7441ee850c85ee1fdb9b6 /src/core/hle/service/hid/controllers/touchscreen.cpp
parent8c8b5359f291fd78d5e3028c4287daf7230227e7 (diff)
core: Reduce unused includes
Diffstat (limited to 'src/core/hle/service/hid/controllers/touchscreen.cpp')
-rw-r--r--src/core/hle/service/hid/controllers/touchscreen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/touchscreen.cpp b/src/core/hle/service/hid/controllers/touchscreen.cpp
index 48978e5c6..65b799e78 100644
--- a/src/core/hle/service/hid/controllers/touchscreen.cpp
+++ b/src/core/hle/service/hid/controllers/touchscreen.cpp
@@ -5,7 +5,6 @@
#include <algorithm>
#include <cstring>
#include "common/common_types.h"
-#include "common/logging/log.h"
#include "common/settings.h"
#include "core/core.h"
#include "core/core_timing.h"