mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-19 16:27:51 -05:00
video_core/engines: Remove unnecessary inclusions where applicable
Replaces header inclusions with forward declarations where applicable and also removes unused headers within the cpp file. This reduces a few more dependencies on core/memory.h
This commit is contained in:
@ -9,7 +9,10 @@
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/common_types.h"
|
||||
#include "video_core/gpu.h"
|
||||
#include "video_core/memory_manager.h"
|
||||
|
||||
namespace Tegra {
|
||||
class MemoryManager;
|
||||
}
|
||||
|
||||
namespace Tegra::Engines {
|
||||
|
||||
|
Reference in New Issue
Block a user