mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-16 01:03:51 +00:00
chore: remove 3 unused includes from game_screen.cpp
Remove character_preview.hpp, spawn_presets.hpp, and blp_loader.hpp which are included but not used in game_screen.cpp.
This commit is contained in:
parent
0f19ed40f8
commit
58839e611e
1 changed files with 0 additions and 3 deletions
|
|
@ -1,11 +1,9 @@
|
|||
#include "ui/game_screen.hpp"
|
||||
#include "ui/ui_colors.hpp"
|
||||
#include "rendering/character_preview.hpp"
|
||||
#include "rendering/vk_context.hpp"
|
||||
#include "core/application.hpp"
|
||||
#include "addons/addon_manager.hpp"
|
||||
#include "core/coordinates.hpp"
|
||||
#include "core/spawn_presets.hpp"
|
||||
#include "core/input.hpp"
|
||||
#include "rendering/renderer.hpp"
|
||||
#include "rendering/wmo_renderer.hpp"
|
||||
|
|
@ -29,7 +27,6 @@
|
|||
#include "audio/movement_sound_manager.hpp"
|
||||
#include "pipeline/asset_manager.hpp"
|
||||
#include "pipeline/dbc_loader.hpp"
|
||||
#include "pipeline/blp_loader.hpp"
|
||||
#include "pipeline/dbc_layout.hpp"
|
||||
|
||||
#include "game/expansion_profile.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue