mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
VideoCore: Run include-what-you-use and fix most includes.
This commit is contained in:
parent
2d5eb25cad
commit
c39a267974
45 changed files with 234 additions and 86 deletions
|
@ -5,10 +5,13 @@
|
|||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <cmath>
|
||||
#include <cstddef>
|
||||
#include <string>
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <type_traits> // for std::enable_if
|
||||
#endif
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "common/bit_field.h"
|
||||
#include "common/common_funcs.h"
|
||||
|
@ -16,8 +19,6 @@
|
|||
#include "common/vector_math.h"
|
||||
#include "common/logging/log.h"
|
||||
|
||||
#include "pica_types.h"
|
||||
|
||||
namespace Pica {
|
||||
|
||||
// Returns index corresponding to the Regs member labeled by field_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue