diff options
author | Lioncash <mathew1800@gmail.com> | 2019-04-16 23:51:16 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-04-16 23:52:57 -0400 |
commit | 52e43734c4832136aabf2efb807e43f0c331aa7c (patch) | |
tree | 86daa644a9f85b1e9a8d9125e23780d50b6b8761 /src | |
parent | fbfc3473510b5b2112646fce8dac29577dd73b0e (diff) |
yuzu/bootmanager: Remove unnecessary includes
This include isn't used anymore so it can be removed.
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/bootmanager.h | 1 |
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" |