From 52e43734c4832136aabf2efb807e43f0c331aa7c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 16 Apr 2019 23:51:16 -0400 Subject: [PATCH] yuzu/bootmanager: Remove unnecessary includes This include isn't used anymore so it can be removed. --- src/yuzu/bootmanager.h | 1 - 1 file changed, 1 deletion(-) 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 #include #include -#include "common/thread.h" #include "core/core.h" #include "core/frontend/emu_window.h"