diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-07-08 08:38:51 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-07-08 08:38:51 -0400 |
commit | b86d6d05d92de28c35c899f4fbd03c1d542dc689 (patch) | |
tree | 082b433e0f10e758799ce2501f49f959f2ce54b3 /src/scrcmd.c | |
parent | 91ac7fecd90a908af6b12d1a5f4e85e30b651b00 (diff) |
Fix style issues
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index c51bd2b10..1b6aea42f 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -3,7 +3,6 @@ #include "berry.h" #include "clock.h" #include "coins.h" -#include "constants/maps.h" #include "contest_link_util.h" #include "contest_painting.h" #include "contest_util.h" @@ -43,6 +42,7 @@ #include "sound.h" #include "string_util.h" #include "tv.h" +#include "constants/maps.h" typedef u16 (*SpecialFunc)(void); typedef void (*NativeFunc)(void); |