Explorar el Código

yuzu/bootmanager: Remove unnecessary includes

This include isn't used anymore so it can be removed.
Lioncash hace 7 años
padre
commit
52e43734c4
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/yuzu/bootmanager.h

+ 0 - 1
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"