diff --git a/stepmania/src/arch/arch_default.h b/stepmania/src/arch/arch_default.h index 479cd7681e..6cf36b78cc 100644 --- a/stepmania/src/arch/arch_default.h +++ b/stepmania/src/arch/arch_default.h @@ -6,7 +6,7 @@ /* Load default fallback drivers; some of these may be overridden by arch-specific drivers. */ #include "LoadingWindow/LoadingWindow_SDL.h" -#include "ErrorDialog/ErrorDialog_stdout.h" +#include "ErrorDialog/ErrorDialog_null.h" #include "ArchHooks/ArchHooks_none.h" #include "Sound/RageSoundDriver_Null.h"