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:
@@ -15,7 +15,7 @@
|
||||
#include "app/gui/canvas.h"
|
||||
#include "app/gui/style.h"
|
||||
#include "app/rom.h"
|
||||
#include "gui/input.h"
|
||||
#include "app/gui/input.h"
|
||||
#include "imgui.h"
|
||||
#include "imgui/misc/cpp/imgui_stdlib.h"
|
||||
#include "util/hex.h"
|
||||
|
||||
Reference in New Issue
Block a user