diff options
author | Lioncash <mathew1800@gmail.com> | 2019-05-24 21:06:11 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-05-24 21:27:13 -0400 |
commit | bb06b98d8131978fa44a1634dd5a205233568d33 (patch) | |
tree | e0acac1527f49059b58d694bac925862620a78d9 /src/yuzu/applets/software_keyboard.h | |
parent | 16bf7919396cff4952e191368fa0907897b81348 (diff) |
yuzu/applets/software_keyboard: Remove unused assert header
This isn't actually used anywhere, so it can be removed.
Diffstat (limited to 'src/yuzu/applets/software_keyboard.h')
-rw-r--r-- | src/yuzu/applets/software_keyboard.h | 1 |
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; |