diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-02-02 16:04:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-02 16:04:26 -0500 |
| commit | d68eb751c53df785f842d56983ce4dfbb89aae3f (patch) | |
| tree | 510752a162e2bbb0e0f5a1e60b499aa4dca0493e /src/core/hid/emulated_controller.h | |
| parent | 9484519ec368d74a87233e886d4266be2bd2d40e (diff) | |
| parent | ade44ac2ea66777e412644a273a43cbada55e6d6 (diff) | |
Merge pull request #7838 from lioncash/noncopy
common_types: Remove NonCopyable struct
Diffstat (limited to 'src/core/hid/emulated_controller.h')
| -rw-r--r-- | src/core/hid/emulated_controller.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hid/emulated_controller.h b/src/core/hid/emulated_controller.h index a63a83cce..d8642c5b3 100644 --- a/src/core/hid/emulated_controller.h +++ b/src/core/hid/emulated_controller.h @@ -13,8 +13,6 @@ #include "common/common_types.h" #include "common/input.h" #include "common/param_package.h" -#include "common/point.h" -#include "common/quaternion.h" #include "common/settings.h" #include "common/vector_math.h" #include "core/hid/hid_types.h" |
