Skip to content

Commit 21e0cd9

Browse files
committed
More cleanup.
1 parent df72127 commit 21e0cd9

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

SerialPrograms/Source/NintendoSwitch/Framework/NintendoSwitch_VirtualController.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@
1515
#include "Common/Cpp/Concurrency/SpinLock.h"
1616
#include "CommonFramework/Globals.h"
1717
#include "Controllers/ControllerSession.h"
18-
//#include "Controllers/SerialPABotBase/SerialPABotBase_Handle.h"
19-
//#include "NintendoSwitch/Controllers/NintendoSwitch_Controller.h"
2018
#include "NintendoSwitch_VirtualControllerMapping.h"
2119

2220
namespace PokemonAutomation{
23-
class BotBaseRequest;
24-
2521
namespace NintendoSwitch{
2622

2723

@@ -34,7 +30,7 @@ class KeyboardDebouncer{
3430

3531
void add_event(bool press, VirtualControllerState state);
3632

37-
// Returns when the consumer thread should wakt up again.
33+
// Returns when the consumer thread should wake up again.
3834
WallClock get_current_state(VirtualControllerState& state);
3935

4036

SerialPrograms/Source/NintendoSwitch/Framework/NintendoSwitch_VirtualControllerMapping.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
#include "Common/Cpp/Json/JsonObject.h"
1313
#include "NintendoSwitch_VirtualControllerMapping.h"
1414

15-
#include <iostream>
16-
using std::cout;
17-
using std::endl;
15+
//#include <iostream>
16+
//using std::cout;
17+
//using std::endl;
1818

1919
namespace PokemonAutomation{
2020
namespace NintendoSwitch{

SerialPrograms/Source/PokemonSV/Programs/Farming/PokemonSV_BlueberryQuests.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "PokemonSV/Options/PokemonSV_BBQOption.h"
1414

1515
namespace PokemonAutomation{
16-
class BotBaseContext;
1716
struct ProgramInfo;
1817
namespace NintendoSwitch{
1918
namespace PokemonSV{

SerialPrograms/Source/PokemonSV/Programs/FastCodeEntry/PokemonSV_CodeEntry.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
namespace PokemonAutomation{
1414
class CancellableScope;
15-
class BotBaseContext;
1615
class ProgramEnvironment;
1716
namespace NintendoSwitch{
1817
class MultiSwitchProgramEnvironment;

SerialPrograms/Source/PokemonSV/Programs/TeraRaids/PokemonSV_TeraRoutines.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include "NintendoSwitch/Controllers/NintendoSwitch_Controller.h"
1515

1616
namespace PokemonAutomation{
17-
class BotBaseContext;
1817
class ProgramEnvironment;
1918
class EventNotificationOption;
2019
class ImageViewRGB32;

0 commit comments

Comments
 (0)