mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 15:45: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
|
@ -2,6 +2,9 @@
|
|||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <iterator>
|
||||
#include <memory>
|
||||
|
||||
#include <boost/range/algorithm/copy.hpp>
|
||||
|
@ -18,6 +21,7 @@
|
|||
|
||||
#include "core/hw/gpu.h"
|
||||
#include "core/hw/lcd.h"
|
||||
#include "core/tracer/recorder.h"
|
||||
|
||||
#include "nihstro/float24.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue