diff --git a/Src/C64.cpp b/Src/C64.cpp index dbb47f9..c4aa8c7 100644 --- a/Src/C64.cpp +++ b/Src/C64.cpp @@ -680,6 +680,4 @@ bool C64::LoadSnapshot(const char *filename) } } -#ifdef GEKKO -# include "C64_SDL.h" -#endif +#include "C64_SDL.h"