From 1369699f77918d35e7b207ae48db014667b29fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Hamil?= Date: Tue, 10 Feb 2026 22:47:44 +0300 Subject: [PATCH] unused usings --- rpcs3/Input/wiimote_handler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpcs3/Input/wiimote_handler.cpp b/rpcs3/Input/wiimote_handler.cpp index 9bc3a67338..111dff7801 100644 --- a/rpcs3/Input/wiimote_handler.cpp +++ b/rpcs3/Input/wiimote_handler.cpp @@ -2,12 +2,10 @@ #include "wiimote_handler.h" #include "Input/hid_instance.h" #include "Emu/System.h" -#include "Emu/system_config.h" #include "Utilities/File.h" #include "util/yaml.hpp" #include "util/logs.hpp" #include -#include LOG_CHANNEL(wiimote_log, "Wiimote");