yuzu_cmd: Reduce unused includes
This commit is contained in:
		| @@ -20,7 +20,6 @@ | ||||
| #include "common/fs/fs.h" | ||||
| #include "common/fs/path_util.h" | ||||
| #include "common/logging/log.h" | ||||
| #include "common/param_package.h" | ||||
| #include "common/settings.h" | ||||
| #include "core/hle/service/acc/profile_manager.h" | ||||
| #include "input_common/main.h" | ||||
|   | ||||
| @@ -4,7 +4,6 @@ | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #include <memory> | ||||
| #include <utility> | ||||
| #include "core/frontend/emu_window.h" | ||||
|  | ||||
|   | ||||
| @@ -11,7 +11,6 @@ | ||||
|  | ||||
| #include <fmt/format.h> | ||||
| #include <glad/glad.h> | ||||
| #include "common/assert.h" | ||||
| #include "common/logging/log.h" | ||||
| #include "common/scm_rev.h" | ||||
| #include "common/settings.h" | ||||
|   | ||||
| @@ -8,10 +8,8 @@ | ||||
|  | ||||
| #include <fmt/format.h> | ||||
|  | ||||
| #include "common/assert.h" | ||||
| #include "common/logging/log.h" | ||||
| #include "common/scm_rev.h" | ||||
| #include "common/settings.h" | ||||
| #include "video_core/renderer_vulkan/renderer_vulkan.h" | ||||
| #include "yuzu_cmd/emu_window/emu_window_sdl2_vk.h" | ||||
|  | ||||
|   | ||||
| @@ -11,11 +11,7 @@ | ||||
| #include <fmt/ostream.h> | ||||
|  | ||||
| #include "common/detached_tasks.h" | ||||
| #include "common/fs/fs.h" | ||||
| #include "common/fs/fs_paths.h" | ||||
| #include "common/fs/path_util.h" | ||||
| #include "common/logging/backend.h" | ||||
| #include "common/logging/filter.h" | ||||
| #include "common/logging/log.h" | ||||
| #include "common/microprofile.h" | ||||
| #include "common/nvidia_flags.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user