diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2026-09-17 12:23:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-17 12:23:15 +0200 |
| commit | 5d80451f3109232d05432f67d8425ff5e7bef68a (patch) | |
| tree | 3b1c710d7c45c4f1247ed3e9f06c268af03acb02 /src/overlays/actors/ovl_En_G_Switch | |
| parent | c2aff68a86400830e0264a07024214671d4161a7 (diff) | |
* Remove src/ from include path
* Define includes ordering for src/ includes
* Update includes.md
Diffstat (limited to 'src/overlays/actors/ovl_En_G_Switch')
| -rw-r--r-- | src/overlays/actors/ovl_En_G_Switch/z_en_g_switch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/overlays/actors/ovl_En_G_Switch/z_en_g_switch.c b/src/overlays/actors/ovl_En_G_Switch/z_en_g_switch.c index 5b04ca742..c861dc767 100644 --- a/src/overlays/actors/ovl_En_G_Switch/z_en_g_switch.c +++ b/src/overlays/actors/ovl_En_G_Switch/z_en_g_switch.c @@ -5,9 +5,9 @@ */ #include "z_en_g_switch.h" -#include "overlays/actors/ovl_En_Syateki_Itm/z_en_syateki_itm.h" -#include "overlays/effects/ovl_Effect_Ss_Kakera/z_eff_ss_kakera.h" -#include "overlays/effects/ovl_Effect_Ss_HitMark/z_eff_ss_hitmark.h" +#include "src/overlays/actors/ovl_En_Syateki_Itm/z_en_syateki_itm.h" +#include "src/overlays/effects/ovl_Effect_Ss_Kakera/z_eff_ss_kakera.h" +#include "src/overlays/effects/ovl_Effect_Ss_HitMark/z_eff_ss_hitmark.h" #include "libc64/qrand.h" #include "gfx.h" |
