diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 01:16:04 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-20 02:25:09 -0400 |
commit | 936829e8739a1435ec73702ee58c8ff16c94788a (patch) | |
tree | 00ec94c7982248b05697634afbfa960f38911fc2 /src/yuzu/configuration/configure_motion_touch.h | |
parent | 9b505758dc078832c8ad182f7a9608d8bb83145c (diff) |
yuzu: Reduce unused includes
Diffstat (limited to 'src/yuzu/configuration/configure_motion_touch.h')
-rw-r--r-- | src/yuzu/configuration/configure_motion_touch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_motion_touch.h b/src/yuzu/configuration/configure_motion_touch.h index 8b707d2ff..91d1ae671 100644 --- a/src/yuzu/configuration/configure_motion_touch.h +++ b/src/yuzu/configuration/configure_motion_touch.h @@ -6,7 +6,6 @@ #include <memory> #include <QDialog> -#include "common/param_package.h" class QLabel; class QPushButton; |