VideoCore: Run include-what-you-use and fix most includes.
This commit is contained in:
parent
387d935a54
commit
691a42fe98
45 changed files with 234 additions and 86 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue