1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-01-16 12:50:11 -06:00

yuzu/applets/software_keyboard: Remove unused assert header

This isn't actually used anywhere, so it can be removed.
This commit is contained in:
Lioncash 2019-05-24 21:06:11 -04:00
parent 16bf791939
commit bb06b98d81

View File

@ -6,7 +6,6 @@
#include <QDialog>
#include <QValidator>
#include "common/assert.h"
#include "core/frontend/applets/software_keyboard.h"
class GMainWindow;