diff --git a/core/sdl/dreamlink.h b/core/sdl/dreamlink.h index 40d2c28df..5f7a58099 100644 --- a/core/sdl/dreamlink.h +++ b/core/sdl/dreamlink.h @@ -24,8 +24,6 @@ #define USE_DREAMCASTCONTROLLER 1 #endif -#ifdef USE_DREAMCASTCONTROLLER - #include "types.h" #include "emulator.h" #include "sdl_gamepad.h" @@ -165,5 +163,3 @@ private: bool startPressed = false; std::string device_guid; }; - -#endif