summaryrefslogtreecommitdiff
path: root/src/yuzu/bootmanager.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-04-16 23:51:16 -0400
committerLioncash <mathew1800@gmail.com>2019-04-16 23:52:57 -0400
commit52e43734c4832136aabf2efb807e43f0c331aa7c (patch)
tree86daa644a9f85b1e9a8d9125e23780d50b6b8761 /src/yuzu/bootmanager.h
parentfbfc3473510b5b2112646fce8dac29577dd73b0e (diff)
yuzu/bootmanager: Remove unnecessary includes
This include isn't used anymore so it can be removed.
Diffstat (limited to 'src/yuzu/bootmanager.h')
-rw-r--r--src/yuzu/bootmanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/bootmanager.h b/src/yuzu/bootmanager.h
index 9608b959f..3df33aca1 100644
--- a/src/yuzu/bootmanager.h
+++ b/src/yuzu/bootmanager.h
@@ -10,7 +10,6 @@
#include <QImage>
#include <QThread>
#include <QWidget>
-#include "common/thread.h"
#include "core/core.h"
#include "core/frontend/emu_window.h"