yuzu/bootmanager: Remove unnecessary includes

This include isn't used anymore so it can be removed.
This commit is contained in:
Lioncash 2019-04-16 23:51:16 -04:00
parent fbfc347351
commit 52e43734c4
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
#include <QImage>
#include <QThread>
#include <QWidget>
#include "common/thread.h"
#include "core/core.h"
#include "core/frontend/emu_window.h"