Просмотр исходного кода

yuzu/applets/software_keyboard: Remove unused assert header

This isn't actually used anywhere, so it can be removed.
Lioncash 7 лет назад
Родитель
Сommit
bb06b98d81
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/yuzu/applets/software_keyboard.h

+ 0 - 1
src/yuzu/applets/software_keyboard.h

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