Skip to content

Commit f4979d3

Browse files
committed
Fix build.
1 parent 10bf865 commit f4979d3

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_DaySkipperEU.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
*
55
*/
66

7-
#ifdef PA_OFFICIAL
8-
97
#include "CommonFramework/Notifications/ProgramNotifications.h"
108
#include "Controllers/ControllerTypes.h"
119
#include "NintendoSwitch/Commands/NintendoSwitch_Commands_PushButtons.h"
@@ -231,4 +229,3 @@ void DaySkipperEU::program(SingleSwitchProgramEnvironment& env, ProControllerCon
231229
}
232230
}
233231
}
234-
#endif

SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_DaySkipperJPN-7.8k.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
*
55
*/
66

7-
#ifdef PA_OFFICIAL
8-
97
#include "CommonFramework/Notifications/ProgramNotifications.h"
108
#include "Controllers/ControllerTypes.h"
119
#include "NintendoSwitch/Commands/NintendoSwitch_Commands_PushButtons.h"
@@ -225,4 +223,3 @@ void DaySkipperJPN7p8k::program(SingleSwitchProgramEnvironment& env, ProControll
225223
}
226224
}
227225
}
228-
#endif

SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_DaySkipperJPN.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
*
55
*/
66

7-
#ifdef PA_OFFICIAL
8-
97
#include "CommonFramework/Notifications/ProgramNotifications.h"
108
#include "Controllers/ControllerTypes.h"
119
#include "NintendoSwitch/Commands/NintendoSwitch_Commands_PushButtons.h"
@@ -210,4 +208,3 @@ void DaySkipperJPN::program(SingleSwitchProgramEnvironment& env, ProControllerCo
210208
}
211209
}
212210
}
213-
#endif

SerialPrograms/Source/PokemonSwSh/Programs/DenHunting/PokemonSwSh_DaySkipperUS.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
*
55
*/
66

7-
#ifdef PA_OFFICIAL
8-
97
#include "CommonFramework/Notifications/ProgramNotifications.h"
108
#include "Controllers/ControllerTypes.h"
119
#include "NintendoSwitch/Commands/NintendoSwitch_Commands_PushButtons.h"
@@ -233,4 +231,3 @@ void DaySkipperUS::program(SingleSwitchProgramEnvironment& env, ProControllerCon
233231
}
234232
}
235233
}
236-
#endif

0 commit comments

Comments
 (0)