yuzu: Reduce unused includes

This commit is contained in:
ameerj
2022-03-19 01:16:04 -04:00
parent 9b505758dc
commit 936829e873
45 changed files with 5 additions and 104 deletions

View File

@ -2,12 +2,6 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <algorithm>
#include <unordered_map>
#include <fmt/format.h>
#include "common/param_package.h"
#include "common/settings.h"
#include "core/hid/emulated_controller.h"
#include "core/hid/hid_core.h"