diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-10-17 20:47:12 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-10-17 20:52:45 -0400 |
| commit | 452aa30cb72d19e62556d4927f575b4b48e20c8b (patch) | |
| tree | 6f2f1643a4607d3468692838f99e3026da105f7a /src/core/hle/service/hid/controllers/npad.cpp | |
| parent | 7f52dc1790f37e7c6bde40c43379a0e4798008f6 (diff) | |
hid/controller: Remove unused header inclusions
swap.h only needs to be present in the header for the type aliases and
definitions, it's not actually needed in the cpp files though. input.h
is just unused entirely in xpad.h
Diffstat (limited to 'src/core/hle/service/hid/controllers/npad.cpp')
| -rw-r--r-- | src/core/hle/service/hid/controllers/npad.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.cpp b/src/core/hle/service/hid/controllers/npad.cpp index 379df97cc..b26593b4f 100644 --- a/src/core/hle/service/hid/controllers/npad.cpp +++ b/src/core/hle/service/hid/controllers/npad.cpp @@ -9,7 +9,6 @@ #include "common/bit_field.h" #include "common/common_types.h" #include "common/logging/log.h" -#include "common/swap.h" #include "core/core.h" #include "core/core_timing.h" #include "core/frontend/input.h" |
