From 936829e8739a1435ec73702ee58c8ff16c94788a Mon Sep 17 00:00:00 2001 From: ameerj <52414509+ameerj@users.noreply.github.com> Date: Sat, 19 Mar 2022 01:16:04 -0400 Subject: yuzu: Reduce unused includes --- src/yuzu/game_list_worker.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/yuzu/game_list_worker.h') diff --git a/src/yuzu/game_list_worker.h b/src/yuzu/game_list_worker.h index 1383e9fbc..2e0f89cbd 100644 --- a/src/yuzu/game_list_worker.h +++ b/src/yuzu/game_list_worker.h @@ -5,18 +5,14 @@ #pragma once #include -#include #include #include -#include #include #include #include #include -#include -#include "common/common_types.h" #include "yuzu/compatibility_list.h" namespace Core { -- cgit v1.2.3