diff options
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index e3a9b3b72..75761f0a3 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1,6 +1,5 @@ #include "global.h" -#include "gba/isagbprint.h" -#include "palette.h" +#include "gflib.h" #include "script.h" #include "mystery_event_script.h" #include "event_data.h" @@ -14,15 +13,12 @@ #include "field_tasks.h" #include "field_fadetransition.h" #include "field_player_avatar.h" -#include "sound.h" #include "script_movement.h" #include "event_object_movement.h" #include "event_object_lock.h" #include "field_message_box.h" #include "new_menu_helpers.h" -#include "window.h" #include "script_menu.h" -#include "string_util.h" #include "data.h" #include "field_specials.h" #include "constants/items.h" |