summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_debug_controller.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-10-27 13:33:25 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-11-15 23:33:21 -0500
commit97b2220a822548eed83993fceebe0e611dbec84b (patch)
treee4e90772c0ca7cccf3dd95d9cb49a600d0fabfb8 /src/yuzu/configuration/configure_debug_controller.h
parent117bdc71e016629b9355b33a6d64655f0245f833 (diff)
general: Fix compiler warnings on linux and miscellaneous changes
Diffstat (limited to 'src/yuzu/configuration/configure_debug_controller.h')
-rw-r--r--src/yuzu/configuration/configure_debug_controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_debug_controller.h b/src/yuzu/configuration/configure_debug_controller.h
index 2694b3419..b4f53fad5 100644
--- a/src/yuzu/configuration/configure_debug_controller.h
+++ b/src/yuzu/configuration/configure_debug_controller.h
@@ -6,10 +6,11 @@
#include <memory>
#include <QDialog>
-#include "yuzu/configuration/configure_input_player.h"
class QPushButton;
+class ConfigureInputPlayer;
+
class InputProfiles;
namespace InputCommon {