mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05: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
|
@ -186,5 +186,5 @@ private:
|
|||
#pragma pack()
|
||||
|
||||
#if (__GNUC__ >= 5) || defined(__clang__) || defined(_MSC_VER)
|
||||
static_assert(std::is_trivially_copyable<BitField<0, 1, u32>>::value, "BitField must be trivially copyable");
|
||||
static_assert(std::is_trivially_copyable<BitField<0, 1, unsigned>>::value, "BitField must be trivially copyable");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue