mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 03:27:53 +00: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:
parent
6e99d5146f
commit
33742deaf6
10 changed files with 25 additions and 9 deletions
|
@ -16,13 +16,16 @@
|
|||
#include "common/math_util.h"
|
||||
#include "video_core/gpu.h"
|
||||
#include "video_core/macro_interpreter.h"
|
||||
#include "video_core/memory_manager.h"
|
||||
#include "video_core/textures/texture.h"
|
||||
|
||||
namespace Core {
|
||||
class System;
|
||||
}
|
||||
|
||||
namespace Tegra {
|
||||
class MemoryManager;
|
||||
}
|
||||
|
||||
namespace VideoCore {
|
||||
class RasterizerInterface;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue