diff --git a/stepmania/src/arch/Dialog/Dialog.cpp b/stepmania/src/arch/Dialog/Dialog.cpp index 4f1e5940d6..faff95578d 100644 --- a/stepmania/src/arch/Dialog/Dialog.cpp +++ b/stepmania/src/arch/Dialog/Dialog.cpp @@ -13,7 +13,6 @@ static Preference g_sIgnoredDialogs( "IgnoredDialogs", "" ); #endif -#include "Selector_Dialog.h" DialogDriver *MakeDialogDriver() { RString sDrivers = "win32,cocoa,null"; diff --git a/stepmania/src/arch/MemoryCard/MemoryCardDriver.cpp b/stepmania/src/arch/MemoryCard/MemoryCardDriver.cpp index 3c7352cc08..90862f2f2f 100644 --- a/stepmania/src/arch/MemoryCard/MemoryCardDriver.cpp +++ b/stepmania/src/arch/MemoryCard/MemoryCardDriver.cpp @@ -5,8 +5,6 @@ #include "Foreach.h" #include "ProfileManager.h" -#include "Selector_MemoryCardDriver.h" - static const RString TEMP_MOUNT_POINT = "/@mctemptimeout/"; bool UsbStorageDevice::operator==(const UsbStorageDevice& other) const