diff --git a/src/input/evdev/SDL_evdev.c b/src/core/linux/SDL_evdev.c similarity index 100% rename from src/input/evdev/SDL_evdev.c rename to src/core/linux/SDL_evdev.c diff --git a/src/input/evdev/SDL_evdev.h b/src/core/linux/SDL_evdev.h similarity index 100% rename from src/input/evdev/SDL_evdev.h rename to src/core/linux/SDL_evdev.h diff --git a/src/video/raspberry/SDL_rpievents.c b/src/video/raspberry/SDL_rpievents.c index 8c420fe71..8f6cc5453 100644 --- a/src/video/raspberry/SDL_rpievents.c +++ b/src/video/raspberry/SDL_rpievents.c @@ -30,7 +30,7 @@ #include "SDL_rpievents_c.h" #ifdef SDL_INPUT_LINUXEV -#include "../../input/evdev/SDL_evdev.h" +#include "../../core/linux/SDL_evdev.h" #endif void RPI_PumpEvents(_THIS) diff --git a/src/video/raspberry/SDL_rpivideo.c b/src/video/raspberry/SDL_rpivideo.c index bf03b5b8c..8d9994dd3 100644 --- a/src/video/raspberry/SDL_rpivideo.c +++ b/src/video/raspberry/SDL_rpivideo.c @@ -40,7 +40,7 @@ #include "../../events/SDL_keyboard_c.h" #ifdef SDL_INPUT_LINUXEV -#include "../../input/evdev/SDL_evdev.h" +#include "../../core/linux/SDL_evdev.h" #endif /* RPI declarations */