diff options
| author | 2019-04-16 23:51:16 -0400 | |
|---|---|---|
| committer | 2019-04-16 23:52:57 -0400 | |
| commit | 52e43734c4832136aabf2efb807e43f0c331aa7c (patch) | |
| tree | 86daa644a9f85b1e9a8d9125e23780d50b6b8761 /src | |
| parent | yuzu/bootmanager: Resolve constructor initializer list warnings (diff) | |
| download | yuzu-52e43734c4832136aabf2efb807e43f0c331aa7c.tar.gz yuzu-52e43734c4832136aabf2efb807e43f0c331aa7c.tar.xz yuzu-52e43734c4832136aabf2efb807e43f0c331aa7c.zip | |
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 @@ | |||
| 10 | #include <QImage> | 10 | #include <QImage> |
| 11 | #include <QThread> | 11 | #include <QThread> |
| 12 | #include <QWidget> | 12 | #include <QWidget> |
| 13 | #include "common/thread.h" | ||
| 14 | #include "core/core.h" | 13 | #include "core/core.h" |
| 15 | #include "core/frontend/emu_window.h" | 14 | #include "core/frontend/emu_window.h" |
| 16 | 15 | ||