diff --git a/SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_DaySkipperEU.cpp b/SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_DaySkipperEU.cpp index 3fdb56de1..14c86bcdc 100644 --- a/SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_DaySkipperEU.cpp +++ b/SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_DaySkipperEU.cpp @@ -4,10 +4,8 @@ * */ -#include "Common/Cpp/PrettyPrint.h" -#include "Common/NintendoSwitch/NintendoSwitch_Protocol_PushButtons.h" +#include #include "CommonFramework/Notifications/ProgramNotifications.h" -#include "NintendoSwitch/Commands/NintendoSwitch_Commands_Device.h" #include "NintendoSwitch/FixedInterval.h" #include "Pokemon/Pokemon_Strings.h" #include "PokemonSwSh/Commands/PokemonSwSh_Commands_DaySkippers.h" diff --git a/SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_DaySkipperUS.cpp b/SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_DaySkipperUS.cpp index 142f483b2..b05d02cea 100644 --- a/SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_DaySkipperUS.cpp +++ b/SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_DaySkipperUS.cpp @@ -4,10 +4,8 @@ * */ -#include "Common/Cpp/PrettyPrint.h" -#include "Common/NintendoSwitch/NintendoSwitch_Protocol_PushButtons.h" +#include #include "CommonFramework/Notifications/ProgramNotifications.h" -#include "NintendoSwitch/Commands/NintendoSwitch_Commands_Device.h" #include "NintendoSwitch/FixedInterval.h" #include "Pokemon/Pokemon_Strings.h" #include "PokemonSwSh/Commands/PokemonSwSh_Commands_DaySkippers.h"