summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-25 03:06:11 +0200
committerLioncash <mathew1800@gmail.com>2019-05-25 03:27:13 +0200
commitbb06b98d8131978fa44a1634dd5a205233568d33 (patch)
treee0acac1527f49059b58d694bac925862620a78d9
parentyuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText() (diff)
downloadyuzu-bb06b98d8131978fa44a1634dd5a205233568d33.tar
yuzu-bb06b98d8131978fa44a1634dd5a205233568d33.tar.gz
yuzu-bb06b98d8131978fa44a1634dd5a205233568d33.tar.bz2
yuzu-bb06b98d8131978fa44a1634dd5a205233568d33.tar.lz
yuzu-bb06b98d8131978fa44a1634dd5a205233568d33.tar.xz
yuzu-bb06b98d8131978fa44a1634dd5a205233568d33.tar.zst
yuzu-bb06b98d8131978fa44a1634dd5a205233568d33.zip
-rw-r--r--src/yuzu/applets/software_keyboard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/applets/software_keyboard.h b/src/yuzu/applets/software_keyboard.h
index c63720ba4..78c5a042b 100644
--- a/src/yuzu/applets/software_keyboard.h
+++ b/src/yuzu/applets/software_keyboard.h
@@ -6,7 +6,6 @@
#include <QDialog>
#include <QValidator>
-#include "common/assert.h"
#include "core/frontend/applets/software_keyboard.h"
class GMainWindow;