mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 12:27:54 -05:00
VideoCore: Run include-what-you-use and fix most includes.
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
#include <cmath>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
#include "boost/range/algorithm/fill.hpp"
|
||||
#include <boost/range/algorithm/fill.hpp>
|
||||
|
||||
#include "common/assert.h"
|
||||
#include "common/alignment.h"
|
||||
#include "common/bit_field.h"
|
||||
#include "common/common_funcs.h"
|
||||
#include "common/common_types.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "common/vector_math.h"
|
||||
|
||||
#include "core/memory.h"
|
||||
|
||||
@ -16,6 +15,7 @@
|
||||
#include "video_core/pica.h"
|
||||
#include "video_core/pica_state.h"
|
||||
#include "video_core/pica_types.h"
|
||||
#include "video_core/shader/shader.h"
|
||||
#include "video_core/vertex_loader.h"
|
||||
|
||||
namespace Pica {
|
||||
@ -137,4 +137,4 @@ void VertexLoader::LoadVertex(u32 base_address, int index, int vertex, Shader::I
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Pica
|
||||
} // namespace Pica
|
||||
|
Reference in New Issue
Block a user