mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 09:07:52 -05:00
VideoCore: Run include-what-you-use and fix most includes.
This commit is contained in:
@ -1,14 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include <iterator>
|
||||
#include <algorithm>
|
||||
#include "common/common_types.h"
|
||||
|
||||
#include "video_core/pica.h"
|
||||
#include "video_core/shader/shader.h"
|
||||
#include "video_core/debug_utils/debug_utils.h"
|
||||
|
||||
namespace Pica {
|
||||
|
||||
namespace DebugUtils {
|
||||
class MemoryAccessTracker;
|
||||
}
|
||||
|
||||
namespace Shader {
|
||||
class InputVertex;
|
||||
}
|
||||
|
||||
class VertexLoader {
|
||||
public:
|
||||
void Setup(const Pica::Regs& regs);
|
||||
|
Reference in New Issue
Block a user