summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/xpad.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-18 02:47:12 +0200
committerLioncash <mathew1800@gmail.com>2018-10-18 02:52:45 +0200
commit452aa30cb72d19e62556d4927f575b4b48e20c8b (patch)
tree6f2f1643a4607d3468692838f99e3026da105f7a /src/core/hle/service/hid/controllers/xpad.h
parenthid/controller/npad: Remove unused dump_idx member variable (diff)
downloadyuzu-452aa30cb72d19e62556d4927f575b4b48e20c8b.tar
yuzu-452aa30cb72d19e62556d4927f575b4b48e20c8b.tar.gz
yuzu-452aa30cb72d19e62556d4927f575b4b48e20c8b.tar.bz2
yuzu-452aa30cb72d19e62556d4927f575b4b48e20c8b.tar.lz
yuzu-452aa30cb72d19e62556d4927f575b4b48e20c8b.tar.xz
yuzu-452aa30cb72d19e62556d4927f575b4b48e20c8b.tar.zst
yuzu-452aa30cb72d19e62556d4927f575b4b48e20c8b.zip
Diffstat (limited to 'src/core/hle/service/hid/controllers/xpad.h')
-rw-r--r--src/core/hle/service/hid/controllers/xpad.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/xpad.h b/src/core/hle/service/hid/controllers/xpad.h
index cf93c8f64..ff836989f 100644
--- a/src/core/hle/service/hid/controllers/xpad.h
+++ b/src/core/hle/service/hid/controllers/xpad.h
@@ -7,7 +7,6 @@
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/swap.h"
-#include "core/frontend/input.h"
#include "core/hle/service/hid/controllers/controller_base.h"
namespace Service::HID {