refactor(include): update include paths for consistency across source files
- Modified include paths in multiple source files to reflect the new directory structure, ensuring all references are correctly aligned with the updated project organization. Benefits: - Enhanced maintainability and clarity of the codebase by standardizing include paths.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "sprite_editor.h"
|
||||
|
||||
#include "app/gfx/performance/performance_profiler.h"
|
||||
#include "gui/ui_helpers.h"
|
||||
#include "app/gui/ui_helpers.h"
|
||||
#include "util/file_util.h"
|
||||
#include "app/editor/sprite/zsprite.h"
|
||||
#include "app/gfx/arena.h"
|
||||
|
||||
Reference in New Issue
Block a user